mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 07:47:16 +01:00
adding the configuration file for crowdin
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": "."
|
||||
"base_url": "https://api.crowdin.com"
|
||||
"preserve_hierarchy": true
|
||||
|
||||
files: [
|
||||
{
|
||||
"source": "app/src/main/res/values/strings.xml",
|
||||
"translation": "app/src/main/res/values-%android_code%/%original_file_name%",
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user