Merge pull request #144 from kirmanak/kirmanak-patch-1
Update crowdin.yml
This commit is contained in:
16
crowdin.yml
16
crowdin.yml
@@ -2,19 +2,19 @@
|
|||||||
|
|
||||||
files: [
|
files: [
|
||||||
{
|
{
|
||||||
"source": "app/src/main/res/values/strings.xml",
|
"source": "/app/src/main/res/values/strings.xml",
|
||||||
"translation": "app/src/main/res/values-%two_letters_code%/strings.xml",
|
"translation": "/app/src/main/res/values-%two_letters_code%/strings.xml"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "fastlane/metadata/android/en-US/short_description.txt",
|
"source": "/fastlane/metadata/android/en-US/short_description.txt",
|
||||||
"translation": "fastlane/metadata/android/%locale%/short_description.txt",
|
"translation": "/fastlane/metadata/android/%locale%/short_description.txt"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "fastlane/metadata/android/en-US/full_description.txt",
|
"source": "/fastlane/metadata/android/en-US/full_description.txt",
|
||||||
"translation": "fastlane/metadata/android/%locale%/full_description.txt",
|
"translation": "/fastlane/metadata/android/%locale%/full_description.txt"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "fastlane/metadata/android/en-US/changelogs/*",
|
"source": "/fastlane/metadata/android/en-US/changelogs/*",
|
||||||
"translation": "fastlane/metadata/android/%locale%/changelogs/%original_file_name%",
|
"translation": "/fastlane/metadata/android/%locale%/changelogs/%original_file_name%"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user