summaryrefslogtreecommitdiff
path: root/lang_client/createpots.sh
blob: 04204c3b3ef8ad8789c371ab9af472f8628167e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/bin/bash

function its {
    itstool -o ../tools/lang_client/pot/$1.pot $1.xml
}

DIR=`pwd`
cd ../../client-data


its items
its skills
its emotes
its itemcolors
its monsters
its quests
its pets
its npcs
its deadmessages

cd $DIR

itstool -o pot/manaplus_emotes1.pot tmp/manaplus_emotes.xml
itstool -o pot/deadmessages1.pot tmp/deadmessages.xml

msgcat pot/*.pot > clientdata-beta.pot