summaryrefslogtreecommitdiff
path: root/util/updatepo.sh
Commit message (Collapse)AuthorAge
* updated po update script to detect wgettext and N_Constantin Wenger2011-08-05
|
* Bring po update out of cmake againGiuseppe Bilotta2011-07-24
This solves two issues at once: * CMake would delete po files during ‘make clean’ because it thought they were autogenerated and not just managed * the only gettext tools readily available in Windows are so old they don't support options like --package-name The change also moves minetest.pot down one level, so we don't need to special case ‘en’ anymore. The downside is of course that you need some sane POSIX shell to update the po files.