diff options
Diffstat (limited to 'lang_client/createpots.sh')
-rwxr-xr-x | lang_client/createpots.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang_client/createpots.sh b/lang_client/createpots.sh index b804a4f..5f1bf64 100755 --- a/lang_client/createpots.sh +++ b/lang_client/createpots.sh @@ -32,7 +32,11 @@ its2 status-effects cd $DIR +rm pot/map*.pot + itstool -o pot/manaplus_emotes1.pot tmp/manaplus_emotes.xml itstool -o pot/deadmessages1.pot tmp/deadmessages.xml +find ../../client-data/maps -type f -name "*.tmx" -exec ./processtmx.sh {} \; + msgcat pot/*.pot > clientdata-beta.pot |