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:
12
crowdin.yml
Normal file
12
crowdin.yml
Normal 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%"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user