-
Notifications
You must be signed in to change notification settings - Fork 17
/
crowdin.yml
50 lines (49 loc) · 1.82 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
"project_id_env": "CROWDIN_PROJECT_ID"
"api_token_env": "CROWDIN_PERSONAL_TOKEN"
"base_path": "."
"base_url": "https://api.crowdin.com"
"preserve_hierarchy": true
files: [
{
"source": "Mammoth/Localizable.xcstrings",
"translation": ".i18n/%locale%/Mammoth/%original_file_name%",
"skip_untranslated_strings": true,
"export_only_approved": true
},
{
"source": "Mammoth/InfoPlist.xcstrings",
"translation": ".i18n/%locale%/Mammoth/%original_file_name%",
"skip_untranslated_strings": true,
"export_only_approved": true
},
{
"source": "Mammoth/Screens/Registration/mul.lproj/SignUpView.xcstrings",
"translation": ".i18n/%locale%/Mammoth/Screens/Registration/mul.lproj/%original_file_name%",
"skip_untranslated_strings": true,
"export_only_approved": true
},
{
"source": "Mammoth/Screens/Registration/mul.lproj/SetupProfile.xcstrings",
"translation": ".i18n/%locale%/Mammoth/Screens/Registration/mul.lproj/%original_file_name%",
"skip_untranslated_strings": true,
"export_only_approved": true
},
{
"source": "Mammoth/Screens/Registration/mul.lproj/SetupInstructionsCell.xcstrings",
"translation": ".i18n/%locale%/Mammoth/Screens/Registration/mul.lproj/%original_file_name%",
"skip_untranslated_strings": true,
"export_only_approved": true
},
{
"source": "Mammoth/Screens/Registration/mul.lproj/IntroViewController.xcstrings",
"translation": ".i18n/%locale%/Mammoth/Screens/Registration/mul.lproj/%original_file_name%",
"skip_untranslated_strings": true,
"export_only_approved": true
},
{
"source": "Mammoth/Screens/Registration/mul.lproj/EmailVerificationView.xcstrings",
"translation": ".i18n/%locale%/Mammoth/Screens/Registration/mul.lproj/%original_file_name%",
"skip_untranslated_strings": true,
"export_only_approved": true
}
]