
SSS Translate
SSS Translate is a Minecraft library that simplifies the localization process for mods using the Crowdin platform. The mod works on the client side and supports single-player gameplay.
This is a modern version of the original CrowdinTranslate project by GBL, adapted for Minecraft versions 1.21 and above.
Key Features
SSS Translate offers three approaches to working with translations:
- A Gradle plugin that automatically downloads translations during the project build process
- A Fabric library mod that downloads translations when Minecraft launches and provides them to users via a resource pack
- A main program for downloading translations directly to project resources
Compatibility
The mod works with Fabric and Quilt loaders. Fabric API is required for proper operation.
Configuration
If you're using mods with an optional dependency on SSS Translate, you can enable or disable it by installing or uninstalling the mod itself.
If one of your mods bundles SSS Translate, you can disable it by setting the download
value to false
in the config/sss_translate.txt
file.
Contributing to Translations
If you'd like to help translate SSS Translate, you can do so on the Crowdin platform. The mod will automatically download new translations once they're approved.
License
The project is distributed under the MIT license, allowing free porting and modification. The author requests, but doesn't require, providing links to the original project page when porting or modifying.