Skip to content
Snippets Groups Projects
  1. Aug 30, 2013
  2. Aug 25, 2013
  3. Jul 02, 2013
  4. May 13, 2013
  5. Apr 22, 2013
  6. Apr 18, 2013
  7. Mar 30, 2013
  8. Mar 28, 2013
  9. Mar 09, 2013
  10. Mar 07, 2013
  11. Feb 28, 2013
  12. Feb 17, 2013
  13. Feb 10, 2013
  14. Feb 08, 2013
  15. Feb 05, 2013
  16. Feb 02, 2013
  17. Jan 30, 2013
  18. Jan 29, 2013
  19. Jan 23, 2013
  20. Jun 04, 2012
  21. Aug 05, 2011
  22. Jul 30, 2011
  23. 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
  24. 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
Loading