Mods localization helper (for mods hosted on github)

Tools which are useful for mod development.
Post Reply
diraria
Burner Inserter
Burner Inserter
Posts: 5
Joined: Thu May 03, 2018 7:32 pm
Contact:

Mods localization helper (for mods hosted on github)

Post by diraria »

I've written a helper for simplifying mods translation by providing synchronization between mod repository (on GitHub) and Crowdin. Synchronization is two-way, which means that:
  • changes of english strings on github mod repository are automatically applied to crowdin
  • new or updated translations on crowdin are automatically pushed to your github mod repository
To start using helper you only need to install this github app. After installation helper will upload all existing strings of your mod (both english and translations) to our crowdin project, and then will start continuous synchronization.
Motivation
Installation
How to translate on Crowdin
Detailed description of how it works
I am not sure if my helper is good (maybe you want that helper will create pull requests to your github repository instead of direct commits to master?), so any feedback would be greatly appreciated.

Post Reply

Return to “Development tools”