Skip to content

Commit

Permalink
Merge pull request #25 from rickygzz/rickygzz-patch-gy-xml
Browse files Browse the repository at this point in the history
Added states (regions) in gy.xml according to ISO 3166-2 and updated …
  • Loading branch information
PierreRambaud authored Dec 24, 2021
2 parents 0d30fc7 + 9a801a5 commit 7900e98
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions gy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,23 @@
<taxRule iso_code_country="gy" id_tax="1" />
</taxRulesGroup>
</taxes>
<states>
<state name="Barima-Waini" iso_code="BA" country="GY" zone="South America" />
<state name="Cuyuni-Mazaruni" iso_code="CU" country="GY" zone="South America" />
<state name="Demerara-Mahaica" iso_code="DE" country="GY" zone="South America" />
<state name="East Berbice-Corentyne" iso_code="EB" country="GY" zone="South America" />
<state name="Essequibo Islands-West Demerara" iso_code="ES" country="GY" zone="South America" />
<state name="Mahaica-Berbice" iso_code="MA" country="GY" zone="South America" />
<state name="Pomeroon-Supenaam" iso_code="PM" country="GY" zone="South America" />
<state name="Potaro-Siparuni" iso_code="PT" country="GY" zone="South America" />
<state name="Upper Demerara-Berbice" iso_code="UD" country="GY" zone="South America" />
<state name="Upper Takutu-Upper Essequibo" iso_code="UT" country="GY" zone="South America" />
</states>
<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" />
<unit type="short_distance" value="cm" />
<unit type="base_distance" value="m" />
<unit type="long_distance" value="km" />
</units>
</localizationPack>

0 comments on commit 7900e98

Please sign in to comment.