GitNex/crowdin.example.yml
6543 7ae2619603 Add fastlane metadata to crowdin config and pull translations (#1130)
Add fastlane metadata to crowdin config for translation

close #1129

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: qwerty287 <ndev@web.de>
Co-authored-by: qwerty287 <qwerty287@noreply.codeberg.org>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1130
Reviewed-by: qwerty287 <qwerty287@noreply.codeberg.org>
Co-authored-by: 6543 <6543@noreply.codeberg.org>
Co-committed-by: 6543 <6543@noreply.codeberg.org>
2022-05-15 15:25:33 +02:00

27 lines
905 B
YAML

"project_id": "375123"
"api_token": "-removed-"
"base_path" : ""
"preserve_hierarchy": false
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/title.txt",
"translation": "fastlane/metadata/android/%locale%/title.txt",
},
{
"source": "fastlane/metadata/android/en-US/changelogs/*",
"translation": "fastlane/metadata/android/%locale%/changelogs/%original_file_name%",
}
]