-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathcm.xml
29 lines (27 loc) · 897 Bytes
/
cm.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
<?xml version="1.0" encoding="UTF-8" ?>
<localizationPack name="Cameroon" version="1.0">
<currencies>
<currency name="Franc CFA" iso_code="XAF" iso_code_num="950" sign="FCFA" blank="1" format="2" decimals="0" />
</currencies>
<languages>
<language iso_code="fr" />
<language iso_code="en" />
</languages>
<taxes>
<tax id="1" name="TVA CM 19.25%" rate="19.25" />
<tax id="2" name="TVA CM 0%" rate="0" />
<taxRulesGroup name="CM Standard Rate (19.25%)">
<taxRule iso_code_country="cm" id_tax="1" />
</taxRulesGroup>
<taxRulesGroup name="CM Zero Rate (0%)">
<taxRule iso_code_country="cm" id_tax="2" />
</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>