Subida del módulo y tema de PrestaShop

This commit is contained in:
Kaloyan
2026-04-09 18:31:51 +02:00
parent 12c253296f
commit 16b3ff9424
39262 changed files with 7418797 additions and 0 deletions

33
localization/nz.xml Normal file
View File

@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8" ?>
<localizationPack name="New Zealand" version="1.0">
<currencies>
<currency name="Dollar" iso_code="NZD" iso_code_num="554" sign="$" blank="1" format="2" decimals="1" />
</currencies>
<taxes>
<tax id="1" name="GST NZ 15%" rate="15" />
<tax id="2" name="GST NZ 9%" rate="9" />
<tax id="3" name="GST NZ 0%" rate="0" />
<taxRulesGroup name="NZ Standard Rate (15%)">
<taxRule iso_code_country="nz" id_tax="1" />
</taxRulesGroup>
<taxRulesGroup name="NZ Reduced Rate (9%)">
<taxRule iso_code_country="nz" id_tax="2" />
</taxRulesGroup>
<taxRulesGroup name="NZ Zero Rate (0%)">
<taxRule iso_code_country="nz" id_tax="3" />
</taxRulesGroup>
</taxes>
<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" />
</units>
<languages>
<language iso_code="en"/>
</languages>
</localizationPack>