- Oct 23, 2014
-
-
Rui authored
-
- Oct 22, 2014
-
-
Rui authored
-
- Sep 21, 2014
-
-
Rui914 authored
-
- Nov 23, 2013
-
-
PilzAdam authored
-
- Sep 08, 2013
-
-
Ilya Zhuravlev authored
-
- Aug 25, 2013
-
-
PilzAdam authored
-
- Jul 02, 2013
-
-
arsdragonfly authored
-
- May 13, 2013
-
-
PilzAdam authored
-
- Mar 30, 2013
-
-
PilzAdam authored
-
Mitori Itoshiki authored
-
- Mar 07, 2013
-
-
c h authored
-
- Mar 01, 2013
-
-
Mitori Itoshiki authored
-
- Feb 28, 2013
-
-
Tomona Nanase authored
-
- Feb 20, 2013
-
-
Mitori Itoshiki authored
-
- Feb 19, 2013
-
-
Tomona Nanase authored
-
- Feb 08, 2013
-
-
Mitori Itoshiki authored
-
- Feb 05, 2013
-
-
Ilya Zhuravlev authored
-
- Feb 02, 2013
-
-
Ilya Zhuravlev authored
-
- Feb 01, 2013
-
-
Marco gonzalez authored
-
- Jan 31, 2013
-
-
Diego Martínez authored
-
Marco gonzalez authored
-
- Jan 30, 2013
-
-
PilzAdam authored
-
- Jan 29, 2013
-
-
Marco gonzalez authored
-
Diego Martínez authored
-
Marco gonzalez authored
-
Ilya Zhuravlev authored
-
- Jan 23, 2013
-
-
Perttu Ahola authored
-
- Jun 04, 2012
-
-
Perttu Ahola authored
-
- Aug 05, 2011
-
-
Constantin Wenger authored
-
- Jul 30, 2011
-
-
Constantin Wenger authored
-
- Jul 24, 2011
-
-
Giuseppe Bilotta authored
-
Giuseppe Bilotta authored
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.
-
- Jul 22, 2011
-
-
Giuseppe Bilotta authored
Get rid of the system-specific updatelocales.sh and introduce an updatepo cmake rule. po files are also updated before creating the mo files, and we now keep the .pot file (in the po/en directory). To stabilize the po file creation, file contents are sorted by source filename. Update po files in the process.
-
Giuseppe Bilotta authored
Get rid of the system-specific updatelocales.sh and introduce an updatepo cmake rule. po files are also updated before creating the mo files, and we now keep the .pot file (in the po/en directory). To stabilize the po file creation, file contents are sorted by source filename. Update po files in the process.
-