Skip to content

Commit

Permalink
Add crowdin configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
xYundy committed Mar 26, 2024
1 parent 4b57bca commit 4a88618
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
"project_id_env": "CROWDIN_PROJECT_ID"
"api_token_env": "CROWDIN_PERSONAL_TOKEN"
"base_path": "."

"preserve_hierarchy": true

"files": [
{
"source": "src/main/resources/assets/squaredadditions/lang/en_us.json",
"translation": "src/main/resources/assets/squaredadditions/lang/%locale_with_underscore%.json",
"languages_mapping": {
"locale_with_underscore": {
"cs": "cs_cz",
"de": "de_de",
"eo": "eo_uy",
"fr": "fr_fr",
"it": "it_it",
"pl": "pl_pl",
"uk": "uk_ua",
"sk": "sk_sk",
"ro": "ro_ro"
}
}
}
]

0 comments on commit 4a88618

Please sign in to comment.