summaryrefslogtreecommitdiff
path: root/units.xml
diff options
context:
space:
mode:
Diffstat (limited to 'units.xml')
-rw-r--r--units.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/units.xml b/units.xml
index a9ab6357..a8b48b1b 100644
--- a/units.xml
+++ b/units.xml
@@ -1,7 +1,11 @@
<?xml version="1.0"?>
<units>
- <unit type="currency" base="GP" round="0"/>
- <unit type="weight" base="g" round="0">
- <level symbol="kg" count="1000" round="2"/>
- </unit>
+ <unit type="currency" base="GP" round="0" separator=" "/>
+ <unit type="weight" base="g" round="0" separator=" ">
+ <level symbol="kg" count="1000" round="2"/>
+ </unit>
+ <currency>
+ <unit name="medal" base=" Medals" round="0" separator=" "/>
+ <unit name="ticket" base=" Tickets" round="0" separator=" "/>
+ </currency>
</units>