You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# e.g. "/resources/%two_letters_code%/%original_file_name%"
84
+
#
85
+
#"translation" : "",
86
+
87
+
#
88
+
# Files or directories for ignore
89
+
# e.g. ["/**/?.txt", "/**/[0-9].txt", "/**/*\?*.txt"]
90
+
#
91
+
#"ignore" : [],
92
+
93
+
#
94
+
# The dest allows you to specify a file name in Crowdin
95
+
# e.g. "/messages.json"
96
+
#
97
+
#"dest" : "",
98
+
99
+
#
100
+
# File type
101
+
# e.g. "json"
102
+
#
103
+
#"type" : "",
104
+
105
+
#
106
+
# 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
107
+
# e.g. "update_as_unapproved" or "update_without_changes"
108
+
#
109
+
#"update_option" : "",
110
+
111
+
#
112
+
# Start block (for XML only)
113
+
#
114
+
115
+
#
116
+
# Defines whether to translate tags attributes.
117
+
# e.g. 0 or 1 (Default is 1)
118
+
#
119
+
# "translate_attributes" : 1,
120
+
121
+
#
122
+
# Defines whether to translate texts placed inside the tags.
123
+
# e.g. 0 or 1 (Default is 1)
124
+
#
125
+
# "translate_content" : 1,
126
+
127
+
#
128
+
# This is an array of strings, where each item is the XPaths to DOM element that should be imported
129
+
# e.g. ["/content/text", "/content/text[@value]"]
130
+
#
131
+
# "translatable_elements" : [],
132
+
133
+
#
134
+
# Defines whether to split long texts into smaller text segments
135
+
# e.g. 0 or 1 (Default is 1)
136
+
#
137
+
# "content_segmentation" : 1,
138
+
139
+
#
140
+
# End block (for XML only)
141
+
#
142
+
143
+
#
144
+
# Start .properties block
145
+
#
146
+
147
+
#
148
+
# Defines whether single quote should be escaped by another single quote or backslash in exported translations
149
+
# e.g. 0 or 1 or 2 or 3 (Default is 3)
150
+
# 0 - do not escape single quote;
151
+
# 1 - escape single quote by another single quote;
152
+
# 2 - escape single quote by backslash;
153
+
# 3 - escape single quote by another single quote only in strings containing variables ( {0} ).
154
+
#
155
+
# "escape_quotes" : 3,
156
+
157
+
#
158
+
# Defines whether any special characters (=, :, ! and #) should be escaped by backslash in exported translations.
159
+
# e.g. 0 or 1 (Default is 0)
160
+
# 0 - do not escape special characters
161
+
# 1 - escape special characters by a backslash
162
+
#
163
+
# "escape_special_characters": 0
164
+
#
165
+
166
+
#
167
+
# End .properties block
168
+
#
169
+
170
+
#
171
+
# Often software projects have custom names for the directories where translations are placed. crowdin-cli allows you to map your own languages to be understandable by Crowdin.
172
+
#
173
+
#"languages_mapping" : {
174
+
# "two_letters_code" : {
175
+
# "crowdin_language_code" : "local_name"
176
+
# }
177
+
#},
178
+
179
+
#
180
+
# Does the first line contain header?
181
+
# e.g. true or false
182
+
#
183
+
#"first_line_contains_header" : true,
184
+
185
+
#
186
+
# for spreadsheets
187
+
# e.g. "identifier,source_phrase,context,uk,ru,fr"
0 commit comments