Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update translation strings | updatepo.sh | 2019-10-12 |
| | |||
* | Update translation strings | updatepo.sh | 2019-09-09 |
| | |||
* | Run updatepo.sh | Translations | 2019-02-24 |
| | |||
* | Update minetest.conf.example, settings strings and locale files (#8230) | Wuzzy | 2019-02-14 |
| | |||
* | Run updatepo.sh | Translation | 2019-02-14 |
| | |||
* | Cleanup translation files | Loïc Blot | 2019-01-28 |
| | | | | These were broken on the previous commits | ||
* | Run updatepo.sh | Loic Blot | 2019-01-27 |
| | |||
* | Run updatepo.sh | Translations | 2019-01-06 |
| | |||
* | Update minetest.conf.example and run updatepo.sh (#7947) | Update Script | 2018-12-09 |
| | |||
* | Fix updatepo.sh and run it. | Ekdohibs | 2017-08-24 |
| | | | | It was broken due to the presence of "µ" utf-8 characters in builtin/profiler/reporter.lua. | ||
* | Run updatepo.sh | Loic Blot | 2017-05-21 |
| | |||
* | Footsteps without view bobbing (#5645) | Louis Pearson | 2017-04-25 |
| | | | | | | | | | | | | * Remove redundant view_bobbing setting Also fixes bug where disabling view_bobbing disables footstep sounds. * Removes redundant view_bobbing setting Setting view_bobbing amount to 0 is now the only way to turn view_bobbing on and off. Also fixed a bug where footstep sounds would not play when view_bobbing was disabled. | ||
* | 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. |