Skip to content

Commit

Permalink
Merge pull request #16189 from PrestaShop/LouiseBonnard-patch-13
Browse files Browse the repository at this point in the history
Update Japanese tax rates
  • Loading branch information
Progi1984 committed Oct 30, 2019
2 parents 8b44fac + 22198ea commit f9ed970
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions localization/jp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,21 @@
<language iso_code="ja" />
</languages>
<taxes>
<tax id="1" name="消費税 JP 5%" rate="5" />

<taxRulesGroup name="JP Standard Rate (5%)">
<tax id="1" name="消費税 JP 10%" rate="10" />
<tax id="2" name="消費税 JP 8%" rate="8" />
<tax id="3" name="消費税 JP 0%" rate="0" />

<taxRulesGroup name="JP Standard Rate (10%)">
<taxRule iso_code_country="jp" id_tax="1" />
</taxRulesGroup>

<taxRulesGroup name="JP Reduced Rate (8%)">
<taxRule iso_code_country="jp" id_tax="2" />
</taxRulesGroup>

<taxRulesGroup name="JP Zero Rate (0%)">
<taxRule iso_code_country="jp" id_tax="3" />
</taxRulesGroup>
</taxes>
<units>
<unit type="weight" value="" />
Expand Down

0 comments on commit f9ed970

Please sign in to comment.