ArchiSteamFarm/tools/crowdin-cli
2017-04-08 05:18:20 +02:00
..
archi_download.bat Add crowdin CLI tool + my misc scripts, so I won't go crazy after all #431 2017-02-20 17:41:29 +01:00
archi_upload.bat Add crowdin CLI tool + my misc scripts, so I won't go crazy after all #431 2017-02-20 17:41:29 +01:00
crowdin-cli.jar crowdin-cli 2.0.13 2017-04-08 05:18:20 +02:00
crowdin.bat crowdin-cli 2.0.11 2017-03-11 17:31:25 +01:00
crowdin.sh Add crowdin CLI tool + my misc scripts, so I won't go crazy after all #431 2017-02-20 17:41:29 +01:00
crowdin_identity_example.yaml Add crowdin CLI tool + my misc scripts, so I won't go crazy after all #431 2017-02-20 17:41:29 +01:00
README.md Last crowdin readme update 2017-02-20 17:55:27 +01:00
setup_crowdin.bat crowdin-cli 2.0.12 2017-03-19 22:03:19 +01:00

Crowdin CLI

Latest release

Source

Help


This tool is being used by ASF developers for synchronization of strings/translations between GitHub and Crowdin. If you're not ASF developer that has access to our localization platform, then you won't find anything interesting here.


Before you begin

  • Make sure that your crowdin_identity.yaml file exists - this is the file with login credentials that is not being committed to GitHub. If it doesn't exist yet (e.g. because you've just cloned the repo), create it from crowdin_identity_example.yaml and fill api_key that can be found here.

  • Ensure that crowdin command is recognized by your OS.


Windows


Usage

  • archi_download.bat for downloading translations from Crowdin (typically last commit before release).

  • archi_upload.bat for pushing strings to Crowdin (when any *Strings.resx file gets modified).