Skip to content

Commit

Permalink
[+] LO: Added localization pack for Costa Rica
Browse files Browse the repository at this point in the history
  • Loading branch information
djfm committed Jul 29, 2014
1 parent c2a76dd commit 327fd9d
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions localization/cr.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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>

0 comments on commit 327fd9d

Please sign in to comment.