forked from mastodon/mastodon-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
crowdin.yml
50 lines (48 loc) · 1.56 KB
/
crowdin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#
# Files configuration
#
files: [
{
#
# Source files filter
# e.g. "/resources/en/*.json"
#
# App strings template
"source" : "/Localization/app.json",
#
# Where translations will be placed
# e.g. "/resources/%two_letters_code%/%original_file_name%"
#
"translation" : "/Localization/StringsConvertor/input/%osx_code%/%original_file_name%",
#
# 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",
#
},
{
# App info plist strings template
"source" : "/Localization/ios-infoPlist.json",
"translation" : "/Localization/StringsConvertor/input/%osx_code%/%original_file_name%",
"update_option" : "update_as_unapproved",
},
{
# App strings dict
"source" : "/Localization/Localizable.stringsdict",
"translation" : "/Localization/StringsConvertor/input/%osx_code%/%original_file_name%",
# "update_option" : "update_as_unapproved",
},
{
# intents strings
"source" : "/MastodonIntent/en.lproj/Intents.strings",
"translation" : "/Localization/StringsConvertor/Intents/input/%osx_code%/%original_file_name%",
# "update_option" : "update_as_unapproved",
},
{
# intents strings dict
"source" : "/MastodonIntent/en.lproj/Intents.stringsdict",
"translation" : "/Localization/StringsConvertor/Intents/input/%osx_code%/%original_file_name%",
# "update_option" : "update_as_unapproved",
},
]