diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-02-03 02:18:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-02-03 02:18:23 +0300 |
commit | e444d6e4cef5315f958f4f95c47764ef7c782a2f (patch) | |
tree | fc213a5a946c14376d5dbb3e9bcbb7399cb815a9 /monsters.xml | |
parent | 0d1964565466bd113d9ca443e177ed5bdf3c2206 (diff) | |
download | clientdata-e444d6e4cef5315f958f4f95c47764ef7c782a2f.tar.gz clientdata-e444d6e4cef5315f958f4f95c47764ef7c782a2f.tar.bz2 clientdata-e444d6e4cef5315f958f4f95c47764ef7c782a2f.tar.xz clientdata-e444d6e4cef5315f958f4f95c47764ef7c782a2f.zip |
Add translation attributes to xml files.
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index 912de35e..b22900c0 100644 --- a/monsters.xml +++ b/monsters.xml @@ -23,6 +23,11 @@ exemple : --> <monsters> + <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0"> + <its:translateRule selector="//monster/@name" translate="yes"/> + <its:translateRule selector="//*" translate="no"/> + </its:rules> + <monster id="0" name="Pious" targetCursor="small" walkType="walk"> <sprite>monsters/chick.xml</sprite> <sound event="die">monsters/pious/pious-die-1.ogg</sound> |