diff options
Diffstat (limited to 'lang_client/createpots.sh')
-rwxr-xr-x | lang_client/createpots.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lang_client/createpots.sh b/lang_client/createpots.sh index 04204c3..8ccc472 100755 --- a/lang_client/createpots.sh +++ b/lang_client/createpots.sh @@ -4,6 +4,10 @@ function its { itstool -o ../tools/lang_client/pot/$1.pot $1.xml } +function its2 { + itstool -o ../tools/lang_client/pot/$1.pot -i ../tools/lang_client/its/$1.xml $1.xml +} + DIR=`pwd` cd ../../client-data @@ -17,6 +21,7 @@ its quests its pets its npcs its deadmessages +its2 itemfields cd $DIR |