Updated message key extraction script

stable
Hakan Tandogan 2013-05-16 12:40:10 +02:00
rodzic 5a38ee57c5
commit 2bed97e68b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -6,7 +6,7 @@ extract_gettext() {
if [ -d ${DIR} ]
then
pushd ${DIR}
${DIR}/i18n.py --make-pot
python2 ${DIR}/i18n.py --make-pot
grep -v "POT-Creation-Date:" ${DIR}/locale/ocitysmap.pot > ${DIR}/locale/temp.pot
mv ${DIR}/locale/temp.pot ${DIR}/locale/ocitysmap.pot
fi