[Minetest Mod] Colect opinion of player with electronic urn.
Find a file
2024-02-16 21:41:21 -03:00
locale Mudando rascunho para um branch orfão. 2024-02-16 21:41:21 -03:00
sounds Sons do bloco! + API de Registro de Login + Comando /president 2023-07-20 22:44:51 -03:00
textures Exemplo de Formspec em Hypertext. 2023-07-26 17:23:08 -03:00
.gitconfig Node de Urna Eletrônica 2023-07-20 10:14:38 -03:00
.gitignore Node de Urna Eletrônica 2023-07-20 10:14:38 -03:00
api.lua 2024-02-16 21:28:25 -03:00
commands.lua 2024-02-16 21:28:25 -03:00
formspecs.lua code aesthetics 2023-09-18 11:02:42 -03:00
futuretasks.md 2023-07-21 16:03:00 -03:00
init.lua Exemplo de Formspec em Hypertext. 2023-07-26 17:23:08 -03:00
item_eurn.lua Exemplo de Formspec em Hypertext. 2023-07-26 17:23:08 -03:00
LICENSE Node de Urna Eletrônica 2023-07-20 10:14:38 -03:00
mod.conf Node de Urna Eletrônica 2023-07-20 10:14:38 -03:00
README.md 2023-07-21 16:03:00 -03:00
translate.lua Node de Urna Eletrônica 2023-07-20 10:14:38 -03:00

urn_front

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:

Developers:

Internationalization of this Mod:

This mod currently are configured to language:

To add a new language to this mod just follow the steps below:

  1. Enable the complementary mod 'intllib'.
  2. Set your language in 'minetest.conf' by adding the [language = <your language>] property.
  3. Example for French Language: language = fr
  4. Make a copy of the file [ template.pot ] in the [ locale ] folder that is inside the mod for [locale/<your_language>.po].
  5. Example for French language: locale/fr.po
  6. Open the file [locale/<your_language>.po] in POEdit (Also works in a simple text editor).
  7. Translate all and send your translated file to developers of this mod.