29 lines
908 B
XML
29 lines
908 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<localizationPack name="South Korea" version="1.0">
|
|
<currencies>
|
|
<currency name="South Korean won" iso_code="KRW" iso_code_num="410" sign="₩" blank="1" conversion_rate="1.0000" format="1" decimals="1" />
|
|
</currencies>
|
|
<languages>
|
|
<language iso_code="ko" />
|
|
</languages>
|
|
<taxes>
|
|
<tax id="1" name="TVA KR 10%" rate="10" />
|
|
<tax id="2" name="TVA KR 0%" rate="0" />
|
|
|
|
<taxRulesGroup name="KR Standard Rate (10%)">
|
|
<taxRule iso_code_country="kr" id_tax="1" />
|
|
</taxRulesGroup>
|
|
|
|
<taxRulesGroup name="KR Zero Rate (0%)">
|
|
<taxRule iso_code_country="kr" 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>
|