Skip to content

Commit

Permalink
Merge pull request #26 from rickygzz/rickygzz-patch-cr-xml
Browse files Browse the repository at this point in the history
Updated states (provinces) in cr.xml, missing accents wrong ISO codes…
  • Loading branch information
kpodemski authored Jul 18, 2023
2 parents e720426 + 7362f7c commit 1c3d4ec
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions cr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@
<taxRule iso_code_country="cr" id_tax="3" />
</taxRulesGroup>
</taxes>
<states>
<state name="Alajuela" iso_code="A" country="CR" zone="Central America/Antilla" />
<state name="Cartago" iso_code="C" country="CR" zone="Central America/Antilla" />
<state name="Guanacaste" iso_code="G" country="CR" zone="Central America/Antilla" />
<state name="Heredia" iso_code="H" country="CR" zone="Central America/Antilla" />
<state name="Limón" iso_code="L" country="CR" zone="Central America/Antilla" />
<state name="Puntarenas" iso_code="P" country="CR" zone="Central America/Antilla" />
<state name="San José" iso_code="SJ" country="CR" zone="Central America/Antilla" />
</states>
<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 1c3d4ec

Please sign in to comment.