mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
AAE-24008 Crowdin sync implementation (#10309)
* AAE-24008 Crowdin implementation * removed new line from pull-from-crowdin.yml Co-authored-by: Anahide Tchertchian <608958+atchertchian@users.noreply.github.com> --------- Co-authored-by: Anahide Tchertchian <608958+atchertchian@users.noreply.github.com>
This commit is contained in:
co-authored by
Anahide Tchertchian
parent
bbea2d80e5
commit
1d739ed15a
+13
@@ -0,0 +1,13 @@
|
||||
"project_id": "11"
|
||||
"api_token_env": "CROWDIN_TOKEN"
|
||||
"base_path": "."
|
||||
"base_url": "https://hyland.api.crowdin.com"
|
||||
"preserve_hierarchy": true
|
||||
"files": [
|
||||
{
|
||||
"source": "/**/**/i18n/en.json",
|
||||
"translation": "/%original_path%/%two_letters_code%.%file_extension%",
|
||||
"export_only_approved": "true",
|
||||
"update_option": "update_as_unapproved"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user