-
Notifications
You must be signed in to change notification settings - Fork 0
/
CONF_glossaireEN.json
66 lines (66 loc) · 1.58 KB
/
CONF_glossaireEN.json
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
{
"inputStruct": "{\n\t\"name\": data[1],\n\t\"originalName\": data[2],\n\t\"description\": data[3],\n\t\"picture\": SKIP('picture', data[4].split(\".\").map( function(item, index){ return index == 0 ? item.toUpperCase() : item }).join(\".\"), data[4] === ''),\n\t\"category\": SKIP('category', data[6], ''),\n\t\"appearance\": SKIP('appearance', data[7].split(\",\").map( item => item.trim() ).filter( item => item ), data[7] === ''),\n\t\"topic\": SKIP('topic', data[8], '')\n}",
"commentaires": "Configuration incompatible avec glossaireFR car topic est différent",
"rules": [
{
"isChecked": true,
"jsonkey": "description",
"regexp": "\\r\\n\\r\\n",
"replace": "<br>"
},
{
"isChecked": true,
"jsonkey": "description",
"regexp": "\\[(.*?)\\]",
"replace": "<i>$1</i>"
},
{
"isChecked": true,
"jsonkey": "topic",
"regexp": "Go to Topic\\r\\n(.*)\\\\.*",
"replace": "$1"
},
{
"isChecked": true,
"jsonkey": "topic",
"regexp": "(.*)",
"replace": "$1/"
},
{
"isChecked": true,
"jsonkey": "topic",
"regexp": "\\\\",
"replace": "/"
},
{
"isChecked": true,
"jsonkey": "topic",
"regexp": "//",
"replace": "/"
},
{
"isChecked": true,
"jsonkey": "topic",
"regexp": "chars",
"replace": "characters"
},
{
"isChecked": true,
"jsonkey": "topic",
"regexp": "tech",
"replace": "technology"
},
{
"isChecked": true,
"jsonkey": "topic",
"regexp": "locale",
"replace": "locations"
},
{
"isChecked": true,
"jsonkey": "description",
"regexp": "\\r\\n",
"replace": ""
}
]
}