Browse Source

Update transifex config - fixes #122

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke 8 years ago
parent
commit
3767c1d020
1 changed files with 20 additions and 13 deletions
  1. 20 13
      iOSClient/.tx/config

+ 20 - 13
iOSClient/.tx/config

@@ -2,43 +2,50 @@
 host = https://www.transifex.com
 
 [nextcloud.ios-bkpasscodeview]
-file_filter = <lang>.lproj/BKPasscodeView.strings
-source_file = en.lproj/BKPasscodeView.strings
+file_filter = Supporting Files/<lang>.lproj/BKPasscodeView.strings
+source_file = Supporting Files/en.lproj/BKPasscodeView.strings
+source_lang = en
+type = STRINGS
+lang_map = pt_BR: pt-BR, zh_CN: zh-CN
+
+[nextcloud.ios-assetspicker]
+file_filter = Supporting Files/<lang>.lproj/CTAssetsPicker.strings
+source_file = Supporting Files/en.lproj/CTAssetsPicker.strings
 source_lang = en
 type = STRINGS
 lang_map = pt_BR: pt-BR, zh_CN: zh-CN
 
 [nextcloud.ios-error]
-file_filter = <lang>.lproj/Error.strings
-source_file = en.lproj/Error.strings
+file_filter = Supporting Files/<lang>.lproj/Error.strings
+source_file = Supporting Files/en.lproj/Error.strings
 source_lang = en
 type = STRINGS
 lang_map = pt_BR: pt-BR, zh_CN: zh-CN
 
 [nextcloud.ios-infoplist]
-file_filter = <lang>.lproj/InfoPlist.strings
-source_file = en.lproj/InfoPlist.strings
+file_filter = Supporting Files/<lang>.lproj/InfoPlist.strings
+source_file = Supporting Files/en.lproj/InfoPlist.strings
 source_lang = en
 type = STRINGS
 lang_map = pt_BR: pt-BR, zh_CN: zh-CN
 
 [nextcloud.ios-intro]
-file_filter = <lang>.lproj/Intro.strings
-source_file = en.lproj/Intro.strings
+file_filter = Supporting Files/<lang>.lproj/Intro.strings
+source_file = Supporting Files/en.lproj/Intro.strings
 source_lang = en
 type = STRINGS
 lang_map = pt_BR: pt-BR, zh_CN: zh-CN
 
 [nextcloud.ios-localizable]
-file_filter = <lang>.lproj/Localizable.strings
-source_file = en.lproj/Localizable.strings
+file_filter = Supporting Files/<lang>.lproj/Localizable.strings
+source_file = Supporting Files/en.lproj/Localizable.strings
 source_lang = en
 type = STRINGS
 lang_map = pt_BR: pt-BR, zh_CN: zh-CN
 
-[nextcloud.ios-openinappactivity]
-file_filter = <lang>.lproj/TTOpenInAppActivityLocalizable.string
-source_file = en.lproj/TTOpenInAppActivityLocalizable.string
+[nextcloud.ios-swiftwebvc]
+file_filter = Supporting Files/<lang>.lproj/SwiftWebVC.strings
+source_file = Supporting Files/en.lproj/SwiftWebVC.strings
 source_lang = en
 type = STRINGS
 lang_map = pt_BR: pt-BR, zh_CN: zh-CN