-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathGetLocalizationReplaceRules.xml
70 lines (70 loc) · 1.16 KB
/
GetLocalizationReplaceRules.xml
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
<items>
<replaceItem>
<from>pt-PT</from>
<to>pt-rPT</to>
</replaceItem>
<replaceItem>
<from>zh-TW</from>
<to>zh-rTW</to>
</replaceItem>
<replaceItem>
<from>ja-JP</from>
<to>ja-rJP</to>
</replaceItem>
<replaceItem>
<from>tr-TR</from>
<to>tr-rTR</to>
</replaceItem>
<replaceItem>
<from>pl-PL</from>
<to>pl-rPL</to>
</replaceItem>
<replaceItem>
<from>hu-HU</from>
<to>hu-rHU</to>
</replaceItem>
<replaceItem>
<from>pes-IR</from>
<to>fa</to>
</replaceItem>
<replaceItem>
<from>he</from>
<to>iw</to>
</replaceItem>
<replaceItem>
<from>bg-BG</from>
<to>bg-rBG</to>
</replaceItem>
<replaceItem>
<from>pt-BR</from>
<to>pt-rBR</to>
</replaceItem>
<replaceItem>
<from>zh-CN</from>
<to>zh-rCN</to>
</replaceItem>
<replaceItem>
<from>zh-HK</from>
<to>zh-rHK</to>
</replaceItem>
<replaceItem>
<from>grk</from>
<to>el-rGR</to>
</replaceItem>
<replaceItem>
<from>cs-CZ</from>
<to>cs-rCZ</to>
</replaceItem>
<replaceItem>
<from>sk-SK</from>
<to>sk</to>
</replaceItem>
<replaceItem>
<from>th-TH</from>
<to>th</to>
</replaceItem>
<replaceItem>
<from>sl-SI</from>
<to>sl</to>
</replaceItem>
</items>