- Jul 24, 2011
-
-
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.
-
Giuseppe Bilotta authored
Put the gettext init code in a macro and define it appropriately depending on whether gettext is actually available or not.
-
Giuseppe Bilotta authored
-
Giuseppe Bilotta authored
This partially reverts 023cc0d37776976b4b192b7363f73a5d2debdef6, goes back to using PROJECT_NAME for the filename and also uses PROJECT_NAME as text domain in the source code.
-
Giuseppe Bilotta authored
-
Nils Dagsson Moskopp authored
Changes to make gettext enabled if it is found
-
- Jul 23, 2011
-
-
Constantin Wenger authored
fixed error if gettext is disabled
-
- Jul 22, 2011
-
-
Nils Dagsson Moskopp authored
-
Perttu Ahola authored
-
Nils Dagsson Moskopp authored
gettext fix of laguagefile names
-
Constantin Wenger authored
-
Constantin Wenger authored
-
Constantin Wenger authored
-
Constantin Wenger authored
-
Constantin Wenger authored
-
Constantin Wenger authored
-
Constantin Wenger authored
-
Constantin Wenger authored
-
Nils Dagsson Moskopp authored
-
Nils Dagsson Moskopp authored
-
Nils Dagsson Moskopp authored
Gettext + misc fixes
-
Nils Dagsson Moskopp authored
Gettext + misc fixes
-
Perttu Ahola authored
Fixed the problem of <=r548 clients fucking up maps on >=r549 servers. Also, already fucked up maps are now loaded correctly.
-
Giuseppe Bilotta authored
-
Giuseppe Bilotta authored
-
Constantin Wenger authored
-
Constantin Wenger authored
-
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.
-
Perttu Ahola authored
-
Giuseppe Bilotta authored
The po file should not be named c55 if we're in ∆. But since it is not exposed at installation time, we don't actually need its name to be based on the project name at all, so just call it minetest.po
-
Giuseppe Bilotta authored
The po file should not be named c55 if we're in ∆. But since it is not exposed at installation time, we don't actually need its name to be based on the project name at all, so just call it minetest.po
-
Giuseppe Bilotta authored
-
Giuseppe Bilotta authored
-
Giuseppe Bilotta authored
-
Giuseppe Bilotta authored
-
Giuseppe Bilotta authored
Conflicts (from the introduction of fr translations): src/CMakeLists.txt
-
Giuseppe Bilotta authored
Conflicts (from the introduction of fr translations): src/CMakeLists.txt
-
Constantin Wenger authored
-
Constantin Wenger authored
-