Skip to content

Commit f52c48d

Browse files
authored
Include fastlane metadata in Transifex config (#780)
Signed-off-by: Arnau Mora <[email protected]>
1 parent 9e09e70 commit f52c48d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.tx/config

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,24 @@ source_file = app/src/main/res/values/strings.xml
88
source_lang = en
99
type = ANDROID
1010
minimum_perc = 0
11+
12+
13+
# Attention: fastlane directories are like "en-us", not "en-rUS"!
14+
15+
[o:bitfireAT:p:icsx5:r:short-description]
16+
file_filter = fastlane/metadata/android/<lang>/short_description.txt
17+
source_file = fastlane/metadata/android/en-US/short_description.txt
18+
source_lang = en
19+
type = TXT
20+
minimum_perc = 100
21+
resource_name = Metadata: short description
22+
lang_map = pl_PL: pl-PL, pt_BR: pt-BR, pt_PT: pt-PT, ru_UA: ru-UA, uk_UA: uk-UA
23+
24+
[o:bitfireAT:p:icsx5:r:full-description]
25+
file_filter = fastlane/metadata/android/<lang>/full_description.txt
26+
source_file = fastlane/metadata/android/en-US/full_description.txt
27+
source_lang = en
28+
type = TXT
29+
minimum_perc = 100
30+
resource_name = Metadata: Full description
31+
lang_map = pl_PL: pl-PL, pt_BR: pt-BR, pt_PT: pt-PT, ru_UA: ru-UA, uk_UA: uk-UA

0 commit comments

Comments
 (0)