forked from PrestaShop/PrestaShop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfj.xml
26 lines (22 loc) · 729 Bytes
/
fj.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="Fiji" version="1.0">
<languages>
<language iso_code="en" />
</languages>
<currencies>
<currency name="Dollar" iso_code="FJD" iso_code_num="242" sign="$" blank="0" conversion_rate="2.57483" format="1" decimals="1" />
</currencies>
<taxes>
<tax id="1" name="VAT FJ 9%" rate="9" />
<taxRulesGroup name="FJ Standard Rate (9%)">
<taxRule iso_code_country="fj" id_tax="1" />
</taxRulesGroup>
</taxes>
<units>
<unit type="weight" value="kg" />
<unit type="volume" value="L" />
<unit type="short_distance" value="in" />
<unit type="base_distance" value="ft" />
<unit type="long_distance" value="mi" />
</units>
</localizationPack>