diff options
author | nea <nea@nea.moe> | 2023-05-16 02:28:37 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-05-16 02:48:15 +0200 |
commit | 72d0f98b4c80738c96c603554d8c35fa8c45ae88 (patch) | |
tree | 6541a96ed211b51e0682aead49e8143e59d7d445 /crowdin.yml | |
parent | ead6762eb1c005914b05f9d3c29f334989c67513 (diff) | |
download | firmament-72d0f98b4c80738c96c603554d8c35fa8c45ae88.tar.gz firmament-72d0f98b4c80738c96c603554d8c35fa8c45ae88.tar.bz2 firmament-72d0f98b4c80738c96c603554d8c35fa8c45ae88.zip |
Add crowdin auto translator
Diffstat (limited to 'crowdin.yml')
-rw-r--r-- | crowdin.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 0000000..7efb0c2 --- /dev/null +++ b/crowdin.yml @@ -0,0 +1,11 @@ +project_id: "588173" +base_path: "." +api_token_env: CROWDIN_PERSONAL_TOKEN +preserve_hierarchy: false +base_url: "https://api.crowdin.com" +commit_message: "New translations" +append_commit_message: false +files: + - source: "/src/main/resources/assets/firmament/lang/en_us.json" + translation: "/src/main/resources/assets/firmament/lang/%locale_with_underscore%.json" + |