11 lines
392 B
XML
11 lines
392 B
XML
<?xml version="1.0"?>
|
|
<units>
|
|
<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>
|