promotional bannermobile promotional banner

SSS Translate

A library to add Crowdin Internationalization to your mods

File Details

sss_translate_mod-1.5.0-alpha.14+MC1.21.jar

  • A
  • Jun 27, 2024
  • 26.59 KB
  • 14
  • 1.21
  • Fabric + 1

File Name

sss_translate_mod-1.5.0-alpha.14+MC1.21.jar

Supported Versions

  • 1.21

Curse Maven Snippet

Fabric

modImplementation "curse.maven:sss-translate-1048301:5479142"

Quilt

modImplementation "curse.maven:sss-translate-1048301:5479142"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • fixed https://github.com/gbl/CrowdinTranslate/issues/22
  • merged https://github.com/gbl/CrowdinTranslate/pull/19: make extension params lazy and make download task use inputs
  • moderate internal and several external refactors, including
    • SssTranslate.downloadTranslations methods have been split up:

      • mods use one of the SssTranslate::downloadRuntimeTranslations methods
      • use one of the SssTranslate::downloadSourceTranslations methods if for some reason you're manually calling to download translations to src/main/resources (usually you'd run the task or the base jar instead)
      • use SssTranslate::downloadTranslations if you want to download to a custom directory
    • the task for downloading translations added by the plugin is now called downloadSourceTranslations

From 1.5.0-alpha.12:

  • Re-branded again, to SSS Translate
  • Made custom fmj field params snake_case

A cumulative changelog can be found here