summaryrefslogtreecommitdiff
path: root/po/minetest.pot
Commit message (Collapse)AuthorAge
* Update German translation and minetest.potWuzzy2015-03-25
|
* Revert "Update Russian translation"Kahrl2014-12-13
| | | | | | | | This reverts commit e4e4324a30d6bcac5cc06c74e955e4941b14bd38. Conflicts: po/minetest.pot po/*/minetest.po
* Update po filesShadowNinja2014-12-12
|
* Run updatepo.shPilzAdam2013-11-23
|
* Run updatepo.shIlya Zhuravlev2013-09-08
|
* Run util/updatepo.shPilzAdam2013-08-25
|
* Fix i18n of some strings.arsdragonfly2013-07-02
|
* Update po filesPilzAdam2013-05-13
|
* Update po filesPilzAdam2013-03-30
|
* Translate key functions in key change menuPilzAdam2013-01-30
|
* Update translation filesPerttu Ahola2013-01-23
|
* Update translation template po/minetest.potPerttu Ahola2012-06-04
|
* update op PO filesConstantin Wenger2011-08-05
|
* set some more text to gettext and updated po filesConstantin Wenger2011-07-30
|
* Italian translationsGiuseppe Bilotta2011-07-24
|
* 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.