toutpratique/localization/ar.xml
Thibault GUILLAUME 58a8203ae2 prestashop v1
2015-07-06 16:58:50 +02:00

30 lines
974 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<localizationPack name="Argentina" version="1.0">
<currencies>
<currency name="Peso Argentino" iso_code="ARS" iso_code_num="032" sign="ARS" blank="1" conversion_rate="5.39" format="2" decimals="1" />
</currencies>
<languages>
<language iso_code="ag" />
<language iso_code="es" />
</languages>
<taxes>
<tax id="1" name="IVA AR 21%" rate="21" />
<tax id="2" name="IVA AR 10.5%" rate="10.5" />
<taxRulesGroup name="AR Standard rate (21%)">
<taxRule iso_code_country="ar" id_tax="1" />
</taxRulesGroup>
<taxRulesGroup name="AR Reduced rate (10.5%)">
<taxRule iso_code_country="ar" 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>