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

28
localization/il.xml Normal file
View File

@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8" ?>
<localizationPack name="Israel" version="1.0">
<currencies>
<currency name="Shekel" iso_code="ILS" iso_code_num="376" sign="₪‎" blank="0" format="2" decimals="1" />
</currencies>
<languages>
<language iso_code="he" />
</languages>
<taxes>
<tax id="1" name="Ma'am IL 17%" rate="17" />
<tax id="2" name="Ma'am IL 7.5%" rate="7.5" />
<taxRulesGroup name="IL Standard Rate (17%)">
<taxRule iso_code_country="il" id_tax="1" />
</taxRulesGroup>
<taxRulesGroup name="IL Reduced Rate (7.5%)">
<taxRule iso_code_country="il" 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>