mirror of
https://gitlab.com/lunovox/e-urn.git
synced 2025-03-15 07:21:22 +00:00
[Minetest Mod] Colect opinion of player with electronic urn.
.rascunhos | ||
locale | ||
textures | ||
.gitconfig | ||
.gitignore | ||
favicon.png | ||
futuretasks.md | ||
init.lua | ||
item_eurn.lua | ||
LICENSE | ||
mod.conf | ||
README.md | ||
translate.lua |
E-URN
[ Minetest Mod ] Colect opinion of player with electronic urn.
Dependencies:
- default → Minetest Game Included
Optional Dependencies:
- intllib (Optional) → Facilitates the translation of several other mods into your native language, or other languages.
- tradelands (Optional) → Protection your lands and chests.
- correio (Optional) → Send mail to offline players.
License:
More details:
- in English: https://en.wikipedia.org/wiki/GNU_Affero_General_Public_License
- em Português: https://pt.wikipedia.org/wiki/GNU_Affero_General_Public_License
Developers:
- Lunovox Heavenfinder: email, xmpp, social web, audio conference, more contacts
Internationalization of this Mod:
This mod currently are configured to language:
- English (DEFAULT)
- Portuguese
To add a new language to this mod just follow the steps below:
- Enable the complementary mod 'intllib'.
- Set your language in 'minetest.conf' by adding the [
language = <your language>
] property. - Example for French Language:
language = fr
- Make a copy of the file [ template.pot ] in the [ locale ] folder that is inside the mod for [
locale/<your_language>.po
]. - Example for French language:
locale/fr.po
- Open the file [
locale/<your_language>.po
] in POEdit (Also works in a simple text editor). - Translate all and send your translated file to developers of this mod.