File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ filters:
66 source_file : app/src/main/res/values/strings.xml
77 # path expression to translation files, must contain <lang> placeholder
88 translation_files_expression : app/src/main/res/values-<lang>/strings.xml
9+ - filter_type : file
10+ file_format : TXT
11+ source_language : en_US
12+ source_file : fastlane/metadata/android/en-US/short_description.txt
13+ translation_files_expression : fastlane/metadata/android/<lang>/short_description.txt
14+ - filter_type : file
15+ file_format : TXT
16+ source_language : en_US
17+ source_file : fastlane/metadata/android/en-US/full_description.txt
18+ translation_files_expression : fastlane/metadata/android/<lang>/full_description.txt
919settings :
1020 language_mapping :
1121 sv_SE : sv
@@ -23,4 +33,4 @@ settings:
2333 it_IT : it-rIT
2434 tr_TR : tr-rTR
2535 zh-Hans : zh-rHN
26- hu : hu-rHU
36+ hu : hu-rHU
You can’t perform that action at this time.
0 commit comments