Skip to content

Commit

Permalink
fix: set minimum_perc = 75 in .tx/config
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Sep 16, 2024
1 parent 22f03ee commit 22f17c1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -1,61 +1,67 @@
[main]
host = https://www.transifex.com
minimum_perc = 75

[o:owncloud-org:p:owncloud-ios:r:ios-app]
resource_name = ios-app
file_filter = ownCloud/Resources/Localizable.xcstrings
source_file = ownCloud/Resources/Localizable.xcstrings
source_lang = en
type = XCSTRINGS
minimum_perc = 75

[o:owncloud-org:p:owncloud-ios:r:ios-app-infoplist]
resource_name = ios-app-infoplist
file_filter = ownCloud/Resources/InfoPlist.xcstrings
source_file = ownCloud/Resources/InfoPlist.xcstrings
source_lang = en
type = XCSTRINGS
minimum_perc = 75

[o:owncloud-org:p:owncloud-ios:r:ios-app-framework]
resource_name = ios-app-framework
file_filter = ownCloudAppFramework/Resources/Localizable.xcstrings
source_file = ownCloudAppFramework/Resources/Localizable.xcstrings
source_lang = en
type = XCSTRINGS
minimum_perc = 75

[o:owncloud-org:p:owncloud-ios:r:ios-app-file-provider]
resource_name = ios-app-file-provider
file_filter = ownCloud File Provider/Localizable.xcstrings
source_file = ownCloud File Provider/Localizable.xcstrings
source_lang = en
type = XCSTRINGS
minimum_perc = 75

[o:owncloud-org:p:owncloud-ios:r:ios-app-share-extension]
resource_name = ios-app-share-extension
file_filter = ownCloud Share Extension/InfoPlist.xcstrings
source_file = ownCloud Share Extension/InfoPlist.xcstrings
source_lang = en
type = XCSTRINGS
minimum_perc = 75

[o:owncloud-org:p:owncloud-ios:r:ios-app-action-extension]
resource_name = ios-app-action-extension
file_filter = ownCloud Action Extension/InfoPlist.xcstrings
source_file = ownCloud Action Extension/InfoPlist.xcstrings
source_lang = en
type = XCSTRINGS
minimum_perc = 75

# Below old resources which did not yet have been migrated

[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
minimum_perc = 75

[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
source_lang = en
type = STRINGS
minimum_perc = 75

0 comments on commit 22f17c1

Please sign in to comment.