2021-08-02 10:39:33 +02:00
#
# Files configuration
#
files : [
{
#
# Source files filter
# e.g. "/resources/en/*.json"
#
2021-08-10 10:02:51 +02:00
# App strings template
2021-08-02 10:39:33 +02:00
"source" : "/Localization/app.json" ,
#
# Where translations will be placed
# e.g. "/resources/%two_letters_code%/%original_file_name%"
#
2022-05-13 05:50:04 +02:00
"translation" : "/Localization/StringsConvertor/input/%osx_code%/%original_file_name%" ,
2021-08-02 10:39:33 +02:00
#
# 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"
#
2022-05-13 05:43:37 +02:00
# "update_option" : "update_as_unapproved",
2021-08-02 10:39:33 +02:00
#
},
{
2021-08-10 10:02:51 +02:00
# App info plist strings template
2021-08-02 10:39:33 +02:00
"source" : "/Localization/ios-infoPlist.json" ,
2022-05-13 05:50:04 +02:00
"translation" : "/Localization/StringsConvertor/input/%osx_code%/%original_file_name%" ,
2021-08-02 10:39:33 +02:00
"update_option" : "update_as_unapproved" ,
2021-08-02 13:29:57 +02:00
},
2021-08-04 13:01:02 +02:00
{
2021-08-10 10:02:51 +02:00
# App strings dict
2021-08-04 13:01:02 +02:00
"source" : "/Localization/Localizable.stringsdict" ,
2022-05-13 05:50:04 +02:00
"translation" : "/Localization/StringsConvertor/input/%osx_code%/%original_file_name%" ,
2022-05-13 05:43:37 +02:00
# "update_option" : "update_as_unapproved",
2021-08-04 13:01:02 +02:00
},
2021-08-02 13:29:57 +02:00
{
2021-08-10 10:02:51 +02:00
# intents strings
2021-08-02 13:29:57 +02:00
"source" : "/MastodonIntent/en.lproj/Intents.strings" ,
2022-05-13 05:50:04 +02:00
"translation" : "/Localization/StringsConvertor/Intents/input/%osx_code%/%original_file_name%" ,
2022-05-13 05:43:37 +02:00
# "update_option" : "update_as_unapproved",
2021-08-10 10:02:51 +02:00
},
{
# intents strings dict
"source" : "/MastodonIntent/en.lproj/Intents.stringsdict" ,
2022-05-13 05:50:04 +02:00
"translation" : "/Localization/StringsConvertor/Intents/input/%osx_code%/%original_file_name%" ,
2022-05-13 05:43:37 +02:00
# "update_option" : "update_as_unapproved",
2021-08-10 10:02:51 +02:00
},
2021-08-02 10:39:33 +02:00
]