Add GitHub workflows for syncing Crowdin translations

Changelog-Added: Added GitHub workflows for syncing Crowdin translations
Signed-off-by: Terry Yiu <git@tyiu.xyz>
This commit is contained in:
2025-07-04 15:08:43 -04:00
parent 2b48a20ccd
commit f866f0ca26
3 changed files with 112 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": "."
"preserve_hierarchy": true
"files": [
{
"source": "assets/translations/en-US/main.ftl",
"translation": "assets/translations/%locale%/%original_file_name%"
}
]