Skip to content

Commit

Permalink
fix: fix config file for new transifex client (owncloud#1177)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys authored Dec 20, 2022
1 parent 58fd75c commit 59ee146
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
[main]
host = https://www.transifex.com

[owncloud.mobile-ios-app]
[o:owncloud-org:p:owncloud:r:mobile-ios-app]
file_filter = ownCloud/Resources/<lang>.lproj/Localizable.strings
lang_map = cs_CZ: cs, de_DE: de-DE, en_GB: en-GB, nb_NO: nb-NO, nn_NO: nn-NO, pt_PT: pt-PT, pt_BR: pt-BR, zh_CN: zh-Hans, th_TH: th-TH
source_file = ownCloud/Resources/en.lproj/Localizable.strings
source_lang = en
type = STRINGS

[owncloud.mobile-ios-app-infoplist]
[o:owncloud-org:p:owncloud:r:mobile-ios-app-infoplist]
file_filter = ownCloud/Resources/<lang>.lproj/InfoPlist.strings
lang_map = cs_CZ: cs, de_DE: de-DE, en_GB: en-GB, nb_NO: nb-NO, nn_NO: nn-NO, pt_PT: pt-PT, pt_BR: pt-BR, zh_CN: zh-Hans, th_TH: th-TH
source_file = ownCloud/Resources/en.lproj/InfoPlist.strings
source_lang = en
type = STRINGS

[owncloud.mobile-ios-app-screenshots-keyword]
[o:owncloud-org:p:owncloud:r:mobile-ios-app-screenshots-keyword]
file_filter = fastlane/screenshots/<lang>/keyword.strings
lang_map = cs_CZ: cs, de_DE: de-DE, en_GB: en-GB, nb_NO: nb-NO, nn_NO: nn-NO, pt_PT: pt-PT, pt_BR: pt-BR, zh_CN: zh-Hans, th_TH: th-TH
source_file = fastlane/screenshots/en/keyword.strings
source_lang = en
type = STRINGS

[owncloud.mobile-ios-app-screenshots-title]
[o:owncloud-org:p:owncloud:r:mobile-ios-app-screenshots-title]
file_filter = fastlane/screenshots/<lang>/title.strings
lang_map = cs_CZ: cs, de_DE: de-DE, en_GB: en-GB, nb_NO: nb-NO, nn_NO: nn-NO, pt_PT: pt-PT, pt_BR: pt-BR, zh_CN: zh-Hans, th_TH: th-TH
source_file = fastlane/screenshots/en/title.strings
Expand Down

0 comments on commit 59ee146

Please sign in to comment.