Skip to content

Commit

Permalink
fix: fix config file for new transifex client (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys authored Dec 20, 2022
1 parent 57729a6 commit 2a6cd8d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
[main]
host = https://www.transifex.com

[owncloud.mobile-ios-sdk]
[o:owncloud-org:p:owncloud:r:mobile-ios-sdk]
file_filter = ownCloudSDK/Resources/<lang>.lproj/Localizable.strings
lang_map = cs_CZ: cs, de: de, 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 = ownCloudSDK/Resources/en.lproj/Localizable.strings
source_lang = en
type = STRINGS

[owncloud.mobile-ios-ui]
[o:owncloud-org:p:owncloud:r:mobile-ios-ui]
file_filter = ownCloudUI/Resources/<lang>.lproj/Localizable.strings
lang_map = cs_CZ: cs, de: de, 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 = ownCloudUI/Resources/en.lproj/Localizable.strings
source_lang = en
type = STRINGS

0 comments on commit 2a6cd8d

Please sign in to comment.