Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Honduras Localization Pack #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions hn.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8" ?>
<localizationPack name="Honduras" version="1.0">
<currencies>
<currency name="Lempira" iso_code="HNL" iso_code_num="340" sign="HNL" blank="1" format="2" decimals="1" />
</currencies>
<languages>
<language iso_code="es" />
</languages>
<taxes>
<tax id="1" name="ƏDV HN 15%" rate="15" />
<tax id="2" name="ƏDV HN 0%" rate="0" />

<taxRulesGroup name="HN Standard Rate (15%)">
<taxRule iso_code_country="hn" id_tax="1" />
</taxRulesGroup>

<taxRulesGroup name="HN Zero Rate (0%)">
<taxRule iso_code_country="hn" 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>