forked from Qloapps/QloApps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtw.xml
24 lines (23 loc) · 772 Bytes
/
tw.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
<?xml version="1.0" encoding="UTF-8" ?>
<localizationPack name="Taiwan" version="1.0">
<currencies>
<currency name="Dollar" iso_code="TWD" iso_code_num="901" sign="NT$" blank="1" conversion_rate="42.6479" format="2" decimals="1" />
</currencies>
<languages>
<language iso_code="tw" />
<language iso_code="zh" />
</languages>
<taxes>
<tax id="1" name="VAT TW 5%" rate="5" />
<taxRulesGroup name="TW Standard Rate (5%)">
<taxRule iso_code_country="tw" id_tax="1" />
</taxRulesGroup>
</taxes>
<units>
<unit type="weight" value="市制" />
<unit type="volume" value="市升" />
<unit type="short_distance" value="市厘" />
<unit type="base_distance" value="里" />
<unit type="long_distance" value="市里" />
</units>
</localizationPack>