summaryrefslogtreecommitdiff
path: root/lang_client/createpots.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-02-03 02:15:57 +0300
committerAndrei Karas <akaras@inbox.ru>2012-02-03 02:16:57 +0300
commit7bcac69b7bd8d47425058f793ec668bb114e483a (patch)
tree102d44967b3cda2d4ca701cb070a477466c9d1ff /lang_client/createpots.sh
parent0c9df28b0a3f7d3576f9cbe6df8233b7883abe71 (diff)
downloadevol-tools-7bcac69b7bd8d47425058f793ec668bb114e483a.tar.gz
evol-tools-7bcac69b7bd8d47425058f793ec668bb114e483a.tar.bz2
evol-tools-7bcac69b7bd8d47425058f793ec668bb114e483a.tar.xz
evol-tools-7bcac69b7bd8d47425058f793ec668bb114e483a.zip
add scripts for client data translation.
update .gitignore.
Diffstat (limited to 'lang_client/createpots.sh')
-rwxr-xr-xlang_client/createpots.sh21
1 files changed, 21 insertions, 0 deletions
diff --git a/lang_client/createpots.sh b/lang_client/createpots.sh
new file mode 100755
index 0000000..e3ebc68
--- /dev/null
+++ b/lang_client/createpots.sh
@@ -0,0 +1,21 @@
+#!/bin/bash
+
+function its {
+ itstool -o ../../privtools/lang_client/pot/$1.pot $1.xml
+}
+
+DIR=`pwd`
+cd ../../gittorious/clientdata-beta/
+
+
+its items
+its ea-skills
+its emotes
+its itemcolors
+its monsters
+
+cd $DIR
+
+itstool -o pot/manaplus_emotes.pot tmp/manaplus_emotes.xml
+
+msgcat pot/*.pot > clientdata-beta.pot