Create crowdin.yml configuration
This commit is contained in:
20
crowdin.yml
Normal file
20
crowdin.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
"preserve_hierarchy": true
|
||||
|
||||
files: [
|
||||
{
|
||||
"source": "app/src/main/res/values/strings.xml",
|
||||
"translation": "app/src/main/res/values-%two_letters_code%/strings.xml",
|
||||
},
|
||||
{
|
||||
"source": "fastlane/metadata/android/en-US/short_description.txt",
|
||||
"translation": "fastlane/metadata/android/%locale%/short_description.txt",
|
||||
},
|
||||
{
|
||||
"source": "fastlane/metadata/android/en-US/full_description.txt",
|
||||
"translation": "fastlane/metadata/android/%locale%/full_description.txt",
|
||||
},
|
||||
{
|
||||
"source": "fastlane/metadata/android/en-US/changelogs/*",
|
||||
"translation": "fastlane/metadata/android/%locale%/changelogs/%original_file_name%",
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user