mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-9042] Introduce Crowdin related workflows and Crowdin config (#4281)
* [ACS-9042] Introduce Crowdin related workflows and Crowdin config * [ACS-9042] Proper checkout action version
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
"project_id": "13"
|
||||
"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