Avoid catching comments in countries.txt

This commit is contained in:
kytv
2012-04-20 18:09:40 +00:00
parent 01efcd3156
commit 6eff7be49a

View File

@ -38,7 +38,7 @@ then
mkdir -p build
echo '// Automatically generated pseudo-java for xgettext - do not edit' > $JFILE
echo '// Translators may wish to translate a few of these, do not bother to translate all of them!!' >> $JFILE
sed 's/..,\(..*\)/_("\1");/' $CFILE >> $JFILE
sed -e '/#/d' -e 's/..,\(..*\)/_("\1");/' $CFILE >> $JFILE
fi
# list specific files in core/ and router/ here, so we don't scan the whole tree