promotional bannermobile promotional banner

SSS Translate

A library to add Crowdin Internationalization to your mods
Back to Files

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

File namesss_translate_mod-1.5.0-alpha.14+MC1.21.jar
Uploaded
Jun 27, 2024
Downloads
25
Size
26.6 KB
Mod Loaders
FabricQuilt
File ID
5479142
Type
A
Alpha
Supported game versions
  • 1.21

Curse Maven Snippet

Fabric

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

Quilt

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

Learn more about Curse Maven

What's new

  • 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