diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-02-15 12:17:01 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-02-15 12:17:01 +0000 |
commit | 940b01ea987e50477c31ff96beb21d273bd3729c (patch) | |
tree | 9aca1f751485ce2acafc02bb1d37626221b9defd /units.xml | |
parent | 548aa36c67cdf8a2a1776072b134019eedb0fe81 (diff) | |
download | clientdata-940b01ea987e50477c31ff96beb21d273bd3729c.tar.gz clientdata-940b01ea987e50477c31ff96beb21d273bd3729c.tar.bz2 clientdata-940b01ea987e50477c31ff96beb21d273bd3729c.tar.xz clientdata-940b01ea987e50477c31ff96beb21d273bd3729c.zip |
Add units.xml for new units system
Diffstat (limited to 'units.xml')
-rw-r--r-- | units.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/units.xml b/units.xml new file mode 100644 index 00000000..265318f2 --- /dev/null +++ b/units.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<units> + <unit type="currency" base="GP" round="0"/> + <unit type="weight" base="g" round="0"> + <level symbol="kg" count="1000" round="2"/> + </unit> +</units> |