Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Run updatepo.sh | est31 | 2016-08-30 |
| | |||
* | Run updatepo.sh | est31 | 2016-07-12 |
| | |||
* | Run updatepo.sh | est31 | 2016-05-05 |
| | |||
* | Update po files, minetest.conf.example and settings_translation_file.cpp | est31 | 2016-02-27 |
| | |||
* | Run util/updatepo.sh | est31 | 2015-11-08 |
| | |||
* | Run updatepo.sh | est31 | 2015-10-24 |
| | |||
* | Run updatepo.sh | est31 | 2015-09-12 |
| | | | | | | After this, it should hopefully not record line numbers anymore, so the diffs of updatepo.sh runs are smaller. Well, this is theory, lets see how it will turn out to be in practice. | ||
* | Run updatepo.sh | est31 | 2015-07-17 |
| | |||
* | Update German translation and minetest.pot | Wuzzy | 2015-03-25 |
| | |||
* | Revert "Update Russian translation" | Kahrl | 2014-12-13 |
| | | | | | | | | This reverts commit e4e4324a30d6bcac5cc06c74e955e4941b14bd38. Conflicts: po/minetest.pot po/*/minetest.po | ||
* | Update po files | ShadowNinja | 2014-12-12 |
| | |||
* | Run updatepo.sh | PilzAdam | 2013-11-23 |
| | |||
* | Run updatepo.sh | Ilya Zhuravlev | 2013-09-08 |
| | |||
* | Run util/updatepo.sh | PilzAdam | 2013-08-25 |
| | |||
* | Fix i18n of some strings. | arsdragonfly | 2013-07-02 |
| | |||
* | Update po files | PilzAdam | 2013-05-13 |
| | |||
* | Update po files | PilzAdam | 2013-03-30 |
| | |||
* | Translate key functions in key change menu | PilzAdam | 2013-01-30 |
| | |||
* | Update translation files | Perttu Ahola | 2013-01-23 |
| | |||
* | Update translation template po/minetest.pot | Perttu Ahola | 2012-06-04 |
| | |||
* | update op PO files | Constantin Wenger | 2011-08-05 |
| | |||
* | set some more text to gettext and updated po files | Constantin Wenger | 2011-07-30 |
| | |||
* | Italian translations | Giuseppe Bilotta | 2011-07-24 |
| | |||
* | Bring po update out of cmake again | Giuseppe Bilotta | 2011-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. |