mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-17 21:31:57 +01:00
adding the configuration file for crowdin
This commit is contained in:
parent
39547b1d11
commit
42a0cd0b1b
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%",
|
||||
}
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user