add crowdin actions

This commit is contained in:
Oth3r 2025-05-03 13:08:50 -05:00
commit 63a8db389c
3 changed files with 69 additions and 0 deletions

12
crowdin.yml Normal file
View file

@ -0,0 +1,12 @@
"project_id_env": "CROWDIN_PROJECT_ID"
"api_token_env": "CROWDIN_PERSONAL_TOKEN"
"base_path": "."
"base_url": "https://api.crowdin.com"
"preserve_hierarchy": true
files: [
{
"source": "src/main/resources/assets/sit-oth3r/lang/en_US.json",
"translation": "src/main/resources/assets/sit-oth3r/lang/%locale_with_underscore%.json",
}
]