-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcrowdin.yml
57 lines (55 loc) · 1.8 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
51
52
53
54
55
56
57
#
# Your Crowdin credentials
#
"base_path" : "."
"base_url" : "https://api.crowdin.com"
#
# Choose file structure in Crowdin
# e.g. true or false
#
"preserve_hierarchy": true
#
# Files configuration
#
files: [
{
"source" : "Morphic/en.lproj/Localizable.strings",
"translation" : "Morphic/%osx_locale%.lproj/%original_file_name%",
"update_option" : "update_as_unapproved",
},
{
"source" : "Morphic/Morphic/en.lproj/Main.strings",
"translation" : "Morphic/Morphic/%osx_locale%.lproj/%original_file_name%",
"update_option" : "update_as_unapproved",
},
{
"source" : "Morphic/Morphic/About Box/en.lproj/*.strings",
"translation" : "Morphic/Morphic/About Box/%osx_locale%.lproj/%original_file_name%",
"update_option" : "update_as_unapproved",
},
{
"source" : "Morphic/Morphic/AutoUpdate/en.lproj/*.strings",
"translation" : "Morphic/Morphic/AutoUpdate/%osx_locale%.lproj/%original_file_name%",
"update_option" : "update_as_unapproved",
},
{
"source" : "Morphic/Morphic/CopySettingsWindow/en.lproj/*.strings",
"translation" : "Morphic/Morphic/CopySettingsWindow/%osx_locale%.lproj/%original_file_name%",
"update_option" : "update_as_unapproved",
},
{
"source" : "Morphic/Morphic/Permissions Guidance/en.lproj/*.strings",
"translation" : "Morphic/Morphic/Permissions Guidance/%osx_locale%.lproj/%original_file_name%",
"update_option" : "update_as_unapproved",
},
{
"source" : "Morphic/MorphicConfigurator/Capture/en.lproj/*.strings",
"translation" : "Morphic/MorphicConfigurator/Capture/%osx_locale%.lproj/%original_file_name%",
"update_option" : "update_as_unapproved",
},
{
"source" : "Morphic/MorphicConfigurator/Login/en.lproj/*.strings",
"translation" : "Morphic/MorphicConfigurator/Login/%osx_locale%.lproj/%original_file_name%",
"update_option" : "update_as_unapproved",
}
]