Update crowdin.yml

This commit is contained in:
Kirill Kamakin
2023-06-29 20:18:45 +02:00
committed by GitHub
parent 81daa3e9e7
commit 28152055bd

View File

@@ -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%"
} }
] ]