-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample_cfg
More file actions
38 lines (38 loc) · 812 Bytes
/
example_cfg
File metadata and controls
38 lines (38 loc) · 812 Bytes
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
{
"sheetName":"",
"tagName": "Android tag",
"defaultLang":"en",
"langMap": {
"zh": "中文简体",
"zh-rTW": "中文繁体",
"en": "英语",
"ja": "日语",
"ko-rKR": "韩语",
"fr": "法语",
"de": "德语",
"es": "西班牙语",
"it": "意大利语",
"nl": "荷兰语"
},
"disableEscape": false,
"escapeOnly":{
"\\\n":"\\n",
"\n":"\\n",
"\\\\'":"\\'",
"'":"\\'",
"\\\\\"":"\\\"",
"\"":"\\\"",
" ":" ",
"&":"&",
">":">",
"<":"<"
},
"reset": false,
"replaceBlankWithDefault": true,
"regex":"^\\s+|\\s+$",
"ignoreFolder": [
"build",
"mainland"
],
"targetFolder": "res"
}