-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcrowdin.yml
More file actions
161 lines (146 loc) · 6.01 KB
/
crowdin.yml
File metadata and controls
161 lines (146 loc) · 6.01 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
#
# Your Crowdin credentials
#
"project_id_env" : "CROWDIN_PROJECT_ID"
"api_token_env" : "CROWDIN_PERSONAL_TOKEN"
"base_path" : "."
"base_url" : "https://api.crowdin.com"
#
# Choose file structure in Crowdin
# e.g. true or false
#
"preserve_hierarchy": true
#
# Files configuration
#
files: [
# Files
{
"source" : "/notes-service/src/main/resources/locale/wiki/service/WikiService_en.properties",
"translation" : "%original_path%/%file_name%!_%locale_with_underscore%.%file_extension%",
"translation_replace" : {YML_CROWDIN_LANGUAGES_ARG},
"dest" : "hub/notes/service/WikiService.properties",
"update_option" : "update_as_unapproved",
"escape_special_characters": 0,
"escape_quotes" : 0,
},
{
"source" : "/notes-service/src/main/resources/locale/wiki/integration/integration_en.properties",
"translation" : "%original_path%/%file_name%!_%locale_with_underscore%.%file_extension%",
"translation_replace" : {YML_CROWDIN_LANGUAGES_ARG},
"dest" : "hub/notes/service/integration.properties",
"update_option" : "update_as_unapproved",
"escape_special_characters": 0,
"escape_quotes" : 0,
},
{
"source" : "/notes-webapp/src/main/resources/locale/portal/webui_en.properties",
"translation" : "%original_path%/%file_name%!_%locale_with_underscore%.%file_extension%",
"translation_replace" : {YML_CROWDIN_LANGUAGES_ARG},
"dest" : "hub/notes/webapp/webui.properties",
"update_option" : "update_as_unapproved",
"escape_special_characters": 0,
"escape_quotes" : 0,
},
{
"source" : "/notes-webapp/src/main/resources/locale/portlet/wiki/WikiPortlet_en.properties",
"translation" : "%original_path%/%file_name%!_%locale_with_underscore%.%file_extension%",
"translation_replace" : {YML_CROWDIN_LANGUAGES_ARG},
"dest" : "hub/notes/webapp/WikiPortlet.properties",
"update_option" : "update_as_unapproved",
"escape_special_characters": 0,
"escape_quotes" : 0,
},
{
"source" : "/notes-webapp/src/main/resources/locale/portlet/notes/notesPortlet_en.properties",
"translation" : "%original_path%/%file_name%!_%locale_with_underscore%.%file_extension%",
"translation_replace" : {YML_CROWDIN_LANGUAGES_ARG},
"dest" : "hub/notes/webapp/NotesPortlet.properties",
"update_option" : "update_as_unapproved",
"escape_special_characters": 0,
"escape_quotes" : 0,
},
{
"source" : "/notes-webapp/src/main/resources/locale/portlet/Portlets_en.properties",
"translation" : "%original_path%/%file_name%!_%locale_with_underscore%.%file_extension%",
"translation_replace" : {YML_CROWDIN_LANGUAGES_ARG},
"dest" : "hub/notes/webapp/Portlet.properties",
"update_option" : "update_as_unapproved",
"escape_special_characters": 0,
"escape_quotes" : 0,
},
{
"source" : "/notes-webapp/src/main/resources/locale/portlet/NotePageView_en.properties",
"translation" : "%original_path%/%file_name%!_%locale_with_underscore%.%file_extension%",
"translation_replace" : {YML_CROWDIN_LANGUAGES_ARG},
"dest" : "hub/notes/webapp/NotePageView.properties",
"update_option" : "update_as_unapproved",
"escape_special_characters": 0,
"escape_quotes" : 0,
},
{
"source": "/notes-webapp/src/main/resources/locale/portlet/TermsAndConditionsView_en.properties",
"translation": "%original_path%/%file_name%!_%locale_with_underscore%.%file_extension%",
"translation_replace" : {YML_CROWDIN_LANGUAGES_ARG},
"dest": "hub/notes/webapp/TermsAndConditionsView.properties",
"update_option": "update_as_unapproved",
"escape_special_characters": 0,
"escape_quotes": 0,
},
{
"source": "/notes-webapp/src/main/resources/locale/portlet/GeneralSettings_en.properties",
"translation": "%original_path%/%file_name%!_%locale_with_underscore%.%file_extension%",
"translation_replace" : {YML_CROWDIN_LANGUAGES_ARG},
"dest": "hub/notes/webapp/GeneralSettings.properties",
"update_option": "update_as_unapproved",
"escape_special_characters": 0,
"escape_quotes": 0,
},
# Portal
{
"source" : "/notes-webapp/src/main/resources/locale/navigation/portal/global_en.properties",
"translation" : "%original_path%/%file_name%!_%locale_with_underscore%.%file_extension%",
"translation_replace" : {YML_CROWDIN_LANGUAGES_ARG},
"dest" : "hub/notes/portal/global.properties",
"update_option" : "update_as_unapproved",
"escape_special_characters": 0,
"escape_quotes" : 0,
},
# Analytics
{
"source" : "/notes-webapp/src/main/resources/locale/portlet/Analytics_en.properties",
"translation" : "%original_path%/%file_name%!_%locale_with_underscore%.%file_extension%",
"translation_replace" : {YML_CROWDIN_LANGUAGES_ARG},
"dest" : "hub/notes/Analytics.properties",
"update_option" : "update_as_unapproved",
"escape_special_characters": 0,
"escape_quotes" : 0,
},
{
"source" : "/notes-webapp/src/main/resources/locale/addon/Gamification_en.properties",
"translation" : "%original_path%/%file_name%!_%locale_with_underscore%.%file_extension%",
"translation_replace" : {YML_CROWDIN_LANGUAGES_ARG},
"dest" : "hub/notes/Gamification.properties",
"update_option" : "update_as_unapproved",
"escape_special_characters": 0,
"escape_quotes" : 0,
},
{
"source" : "/notes-webapp/src/main/resources/locale/portlet/LayoutEditor_en.properties",
"translation" : "%original_path%/%file_name%!_%locale_with_underscore%.%file_extension%",
"translation_replace" : {YML_CROWDIN_LANGUAGES_ARG},
"dest" : "hub/notes/LayoutEditor.properties",
"update_option" : "update_as_unapproved",
"escape_special_characters": 0,
"escape_quotes" : 0,
},
{
"source" : "/notes-webapp/src/main/resources/locale/portlet/ContentLink_en.properties",
"translation" : "%original_path%/%file_name%!_%locale_with_underscore%.%file_extension%",
"translation_replace" : {YML_CROWDIN_LANGUAGES_ARG},
"dest" : "hub/notes/ContentLink.properties",
"update_option" : "update_as_unapproved",
"escape_special_characters": 0,
"escape_quotes" : 0,
},
]