README.md.diff 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. 1,43c1,5
  2. <
  3. < # Internationalization Lib for Minetest
  4. <
  5. < By Diego Martínez (kaeza).
  6. < Released under Unlicense. See `LICENSE.md` for details.
  7. <
  8. < This mod is an attempt at providing internationalization support for mods
  9. < (something Minetest currently lacks).
  10. <
  11. < Should you have any comments/suggestions, please post them in the
  12. < [forum topic][topic]. For bug reports, use the [bug tracker][bugtracker]
  13. < on Github.
  14. <
  15. < ## How to use
  16. <
  17. < If you are a regular player looking for translated texts, just
  18. < [install][installing_mods] this mod like any other one, then enable it
  19. < in the GUI.
  20. <
  21. < The mod tries to detect your language, but since there's currently no
  22. < portable way to do this, it tries several alternatives:
  23. <
  24. < * `language` setting in `minetest.conf`.
  25. < * `LANGUAGE` environment variable.
  26. < * `LANG` environment variable.
  27. < * If all else fails, uses `en`.
  28. <
  29. < In any case, the end result should be the [ISO 639-1 Language Code][ISO639-1]
  30. < of the desired language.
  31. <
  32. < ### Mod developers
  33. <
  34. < If you are a mod developer looking to add internationalization support to
  35. < your mod, see `doc/developer.md`.
  36. <
  37. < ### Translators
  38. <
  39. < If you are a translator, see `doc/translator.md`.
  40. <
  41. < [topic]: https://forum.minetest.net/viewtopic.php?id=4929
  42. < [bugtracker]: https://github.com/minetest-mods/intllib/issues
  43. < [installing_mods]: https://wiki.minetest.net/Installing_mods
  44. < [ISO639-1]: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
  45. ---
  46. > Intllib
  47. > =====================================================================
  48. > Main: kaeza
  49. > Lisc: Unlicense
  50. > Link: https://github.com/minetest-mods/intllib