mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 21:37:11 -04:00
12 lines
232 B
YAML
12 lines
232 B
YAML
"project_id_env": "CROWDIN_PROJECT_ID"
|
|
"api_token_env": "CROWDIN_PERSONAL_TOKEN"
|
|
"base_path": "."
|
|
|
|
"preserve_hierarchy": true
|
|
|
|
"files": [
|
|
{
|
|
"source": "locales/en.yml",
|
|
"translation": "locales/%two_letters_code%.yml"
|
|
}
|
|
]
|