blob: 7f7baa7a6a1003c59b9c62acc4f665128199887e (
plain) (
tree)
|
|
#!/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
its quests
cd $DIR
itstool -o pot/manaplus_emotes.pot tmp/manaplus_emotes.xml
msgcat pot/*.pot > clientdata-beta.pot
|