mirror of
https://codeberg.org/1414codeforge/moonspeak.git
synced 2025-01-14 02:55:45 +01:00
1.0 KiB
1.0 KiB
moonspeak - LÖVE game localization library
moonspeak is a basic internationalization library for the LÖVE engine. It makes your game easy to translate into multiple languages.
moonspeak does the following:
- Loads dictionary files for your game.
- Allows selecting one of the many available languages.
- Translates messages by id (and provides default fallback to English).
Dependencies
moonspeak uses df-serialize to read the dictionary file.
df-serialize is also available on LuaRocks.
Documentation
Code is documented with LDoc.
Documentation may be generated running the command:
ldoc init.lua
ldoc
outputs to a local doc
directory, open index.html
with your favorite browser to read it.
License
See LICENSE for details.