Skip to content
Snippets Groups Projects
  1. Jun 04, 2012
  2. Aug 05, 2011
  3. Jul 30, 2011
  4. Jul 24, 2011
    • Giuseppe Bilotta's avatar
      Italian translations · e00d7ee5
      Giuseppe Bilotta authored
      e00d7ee5
    • Giuseppe Bilotta's avatar
      Bring po update out of cmake again · 47381bde
      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.
      47381bde
  5. Jul 22, 2011
    • Giuseppe Bilotta's avatar
      updatepo cmake rule · d78e5e73
      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.
      d78e5e73
    • Giuseppe Bilotta's avatar
      updatepo cmake rule · aaa165f9
      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.
      aaa165f9
    • Giuseppe Bilotta's avatar
      Static naming of po file · e61b2f99
      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
      e61b2f99
    • Giuseppe Bilotta's avatar
      Static naming of po file · 8f2409a1
      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
      8f2409a1
  6. Jul 21, 2011
  7. Jul 20, 2011
Loading