Skip to content

Commit

Permalink
[*] LO : Corrected units for weight/volume/distance
Browse files Browse the repository at this point in the history
UK uses Metric for weight, volume and short distances but uses Imperial  for long distances (i.e. Miles). Yes, it's a silly system here in the UK!
// I will add counties (states) with correct ISO codes when I get chance.
  • Loading branch information
rhyslk committed Dec 3, 2013
1 parent 81481d6 commit 6640e47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions localization/gb.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@
</taxRulesGroup>
</taxes>
<units>
<unit type="weight" value="lb"/>
<unit type="volume" value="gal"/>
<unit type="short_distance" value="in"/>
<unit type="base_distance" value="ft"/>
<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="mi"/>
</units>
</localizationPack>
Expand Down

0 comments on commit 6640e47

Please sign in to comment.