mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
Crowdin CLI
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.ymlfile 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 fromcrowdin_identity_example.ymland fillapi_keythat can be found here.
Installation
Windows
- Install Java JRE (or entire JDK).
- Set JAVA_HOME properly.
- Launch
setup_crowdin.batas administrator.
Linux
- Install OpenJDK JRE (or entire JDK).
- Set JAVA_HOME properly.
- Launch
crowdin.shas root.
Afterwards you should verify in shell that crowdin help command is recognized.
Usage
-
archi_uploadfor pushing strings to Crowdin. -
archi_downloadfor downloading translations from Crowdin. -
archi_syncfor upload + download.