mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-01-31 09:35:13 +01:00
chore: remove "update_option" option from crowdin config
This commit is contained in:
parent
951a47936e
commit
556e28362d
@ -20,7 +20,7 @@ files: [
|
||||
# The parameter "update_option" is optional. If it is not set, after the files update the translations for changed strings will be removed. Use to fix typos and for minor changes in the source strings
|
||||
# e.g. "update_as_unapproved" or "update_without_changes"
|
||||
#
|
||||
"update_option" : "update_as_unapproved",
|
||||
# "update_option" : "update_as_unapproved",
|
||||
#
|
||||
},
|
||||
{
|
||||
@ -33,18 +33,18 @@ files: [
|
||||
# App strings dict
|
||||
"source" : "/Localization/Localizable.stringsdict",
|
||||
"translation" : "/Localization/StringsConvertor/input/%locale_with_underscore%/%original_file_name%",
|
||||
"update_option" : "update_as_unapproved",
|
||||
# "update_option" : "update_as_unapproved",
|
||||
},
|
||||
{
|
||||
# intents strings
|
||||
"source" : "/MastodonIntent/en.lproj/Intents.strings",
|
||||
"translation" : "/Localization/StringsConvertor/Intents/input/%locale_with_underscore%/%original_file_name%",
|
||||
"update_option" : "update_as_unapproved",
|
||||
# "update_option" : "update_as_unapproved",
|
||||
},
|
||||
{
|
||||
# intents strings dict
|
||||
"source" : "/MastodonIntent/en.lproj/Intents.stringsdict",
|
||||
"translation" : "/Localization/StringsConvertor/Intents/input/%locale_with_underscore%/%original_file_name%",
|
||||
"update_option" : "update_as_unapproved",
|
||||
# "update_option" : "update_as_unapproved",
|
||||
},
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user