-
Notifications
You must be signed in to change notification settings - Fork 522
/
cr.xml
31 lines (31 loc) · 1.36 KB
/
cr.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
<?xml version="1.0" encoding="utf-8"?>
<localizationPack name="Costa Rica" version="1.0">
<currencies>
<currency name="Colón" iso_code="CRC" iso_code_num="188" sign="₡" blank="1" conversion_rate="560" format="1" decimals="1" />
</currencies>
<languages>
<language iso_code="es" />
</languages>
<taxes>
<tax id="1" name="I.V. 13%" rate="13" />
<taxRulesGroup name="CR Standard Rate (13%)">
<taxRule iso_code_country="cr" 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>
<states>
<state name="San Jose" iso_code="CR-SJ" zone="Central America/Antilla" country="CR"/>
<state name="Alajuela" iso_code="CR-A" zone="Central America/Antilla" country="CR"/>
<state name="Cartago" iso_code="CR-C" zone="Central America/Antilla" country="CR"/>
<state name="Heredia" iso_code="CR-H" zone="Central America/Antilla" country="CR"/>
<state name="Guanacaste" iso_code="CR-G" zone="Central America/Antilla" country="CR"/>
<state name="Puntarenas" iso_code="CR-P" zone="Central America/Antilla" country="CR"/>
<state name="Limon" iso_code="CR-L" zone="Central America/Antilla" country="CR"/>
</states>
</localizationPack>