mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Make Google Play descriptions translable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user