-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: set minimum_perc = 75 in .tx/config
- Loading branch information
1 parent
22f03ee
commit 22f17c1
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |