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 /itemcolors.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 'itemcolors.xml')
-rw-r--r-- | itemcolors.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/itemcolors.xml b/itemcolors.xml index aad7e83d..664e8ef7 100644 --- a/itemcolors.xml +++ b/itemcolors.xml @@ -2,6 +2,11 @@ <!-- Author : Reid, 4144 (C) Evol Online 2010-2012. --> <colors> + <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0"> + <its:translateRule selector="//list/color/@name" translate="yes"/> + <its:translateRule selector="//*" translate="no"/> + </its:rules> + <!-- colors for simple items --> <list name="simple"> <color id="1" name="white" value="#585858,aaaaaa,d0d0d0,FFFFFF" /> |