From 0044bd039a020b1eea1e23d2e6e8b74e8813157c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 25 Dec 2014 15:02:36 +0300 Subject: lang_client: fix path to client data. --- lang_client/createpots.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'lang_client') diff --git a/lang_client/createpots.sh b/lang_client/createpots.sh index 6b93fa1..9906aa0 100755 --- a/lang_client/createpots.sh +++ b/lang_client/createpots.sh @@ -1,11 +1,11 @@ #!/bin/bash function its { - itstool -o ../../evol-tools/lang_client/pot/$1.pot $1.xml + itstool -o ../tools/lang_client/pot/$1.pot $1.xml } DIR=`pwd` -cd ../../gittorious/clientdata-beta/ +cd ../../client-data its items @@ -15,10 +15,12 @@ its itemcolors its monsters its quests its pets +its npcs +its deadmessages cd $DIR -itstool -o pot/manaplus_emotes.pot tmp/manaplus_emotes.xml -itstool -o pot/deadmessages.pot tmp/deadmessages.xml +itstool -o pot/manaplus_emotes1.pot tmp/manaplus_emotes.xml +itstool -o pot/deadmessages1.pot tmp/deadmessages.xml msgcat pot/*.pot > clientdata-beta.pot -- cgit v1.2.3-70-g09d2