mirror of
https://github.com/amir1376/ab-download-manager.git
synced 2025-02-20 11:43:24 +08:00
11 lines
427 B
YAML
11 lines
427 B
YAML
"project_id_env": "CROWDIN_PROJECT_ID"
|
|
"api_token_env": "CROWDIN_PERSONAL_TOKEN"
|
|
"base_path": "."
|
|
"base_url": "https://api.crowdin.com"
|
|
"preserve_hierarchy": true
|
|
files: [
|
|
{
|
|
"source": "/shared/resources/src/main/resources/com/abdownloadmanager/resources/locales/en_US.properties",
|
|
"translation": "/shared/resources/src/main/resources/com/abdownloadmanager/resources/locales/%locale_with_underscore%.properties",
|
|
}
|
|
] |