diff --git a/.tx/config b/.tx/config index d2d8fa8d..d48a832c 100644 --- a/.tx/config +++ b/.tx/config @@ -8,3 +8,24 @@ source_file = app/src/main/res/values/strings.xml source_lang = en type = ANDROID minimum_perc = 0 + + +# Attention: fastlane directories are like "en-us", not "en-rUS"! + +[o:bitfireAT:p:icsx5:r:short-description] +file_filter = fastlane/metadata/android//short_description.txt +source_file = fastlane/metadata/android/en-US/short_description.txt +source_lang = en +type = TXT +minimum_perc = 100 +resource_name = Metadata: short description +lang_map = pl_PL: pl-PL, pt_BR: pt-BR, pt_PT: pt-PT, ru_UA: ru-UA, uk_UA: uk-UA + +[o:bitfireAT:p:icsx5:r:full-description] +file_filter = fastlane/metadata/android//full_description.txt +source_file = fastlane/metadata/android/en-US/full_description.txt +source_lang = en +type = TXT +minimum_perc = 100 +resource_name = Metadata: Full description +lang_map = pl_PL: pl-PL, pt_BR: pt-BR, pt_PT: pt-PT, ru_UA: ru-UA, uk_UA: uk-UA