Make Google Play descriptions translable

This commit is contained in:
Torsten Grote
2021-04-21 12:12:40 -03:00
parent b0d86bef3e
commit 2b3ba42d70
8 changed files with 25 additions and 2 deletions

View File

@@ -9,3 +9,18 @@ source_lang = en
type = ANDROID
minimum_perc = 80
[briar.google-play-short-description]
lang_map = de: de-DE
file_filter = fastlane/metadata/android/<lang>/short_description.txt
source_file = fastlane/metadata/android/en-US/short_description.txt
source_lang = en_US
type = TXT
minimum_perc = 100
[briar.google-play-full-description]
lang_map = de: de-DE
file_filter = fastlane/metadata/android/<lang>/full_description.txt
source_file = fastlane/metadata/android/en-US/full_description.txt
source_lang = en_US
type = TXT
minimum_perc = 100