[*] LO : Corrected units for weight/volume/distance

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.
This commit is contained in:
Rhys
2013-12-03 19:12:27 +00:00
parent 81481d6105
commit 6640e47781
+4 -4
View File
@@ -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>