forked from PrestaShop/LocalizationFiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsg.xml
26 lines (25 loc) · 791 Bytes
/
sg.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
<?xml version="1.0" encoding="UTF-8" ?>
<localizationPack name="Singapore" version="1.0">
<currencies>
<currency name="Dollar" iso_code="SGD" iso_code_num="702" sign="$" blank="1" format="1" decimals="1" />
</currencies>
<languages>
<language iso_code="en" />
<language iso_code="ms" />
<language iso_code="zh" />
<language iso_code="ta" />
</languages>
<taxes>
<tax id="1" name="GST SG 7%" rate="7" />
<taxRulesGroup name="SG Standard Rate (7%)">
<taxRule iso_code_country="sg" id_tax="1" />
</taxRulesGroup>
</taxes>
<units>
<unit type="weight" value="kg"/>
<unit type="volume" value="L"/>
<unit type="short_distance" value="cm"/>
<unit type="base_distance" value="m"/>
<unit type="long_distance" value="km"/>
</units>
</localizationPack>