FTB Quests Translator

Client-side addon for FTB Quests that adds a translate button to quest panels. Translates titles, subtitles and descriptions on-the-fly.

File Details

FTB Quests Translator 1.1.0 (Fabric)

  • R
  • Apr 6, 2026
  • 35.26 KB
  • 36
  • 1.21.1
  • Fabric

File Name

ftbquesttransl-fabric-1.1.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:ftb-quests-translator-1504552:7886304"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

### Changed
- **Formatting Preservation**: Translation now preserves all text formatting codes
  - Bold (`&l`), italic (`&o`), underline (`&n`), strikethrough (`&m`), obfuscated (`&k`)
  - Minecraft color codes (`&0`-`&f`, `&6` for gold, etc.)
  - Hex color codes (`&#FF0923`, `&#9FFF2A`, etc.)
  - Reset code (`&r`)
  - Multiple consecutive codes (`&l&o` for bold italic)
- Segment-based translation: each formatted span is translated independently
- Structural elements ({@pagebreak}, {image:...}, JSON) still preserved as-is

### Fixed
- Formatting codes no longer "shift" to wrong words after translation
- Colors now correctly apply to the translated words they were meant for
- **MyMemory provider**: Fixed URL encoding bug (`|` not encoded as `%7C`) that caused all MyMemory translations to fail
- **Translate button**: Moved from top-left (overlapping title) to bottom-left corner
- **Translation cache**: Failed translations are no longer cached as successful ones