From 1d2c98a37f33c3378b404910aa5ada2b9d26d61e Mon Sep 17 00:00:00 2001 From: Lunovox Date: Fri, 23 Feb 2024 16:36:17 -0300 Subject: [PATCH] --- README-old.md | 50 -------------------------------------------------- README.md | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 50 deletions(-) delete mode 100644 README-old.md diff --git a/README-old.md b/README-old.md deleted file mode 100644 index aebf214..0000000 --- a/README-old.md +++ /dev/null @@ -1,50 +0,0 @@ -![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:** - -* [GNU AGPL-3.0] - -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](mailto:lunovox@disroot.org), [xmpp](xmpp:lunovox@disroot.org?join), [social web](http:qoto.org/@lunovox), [audio conference](mumble:mumble.disroot.org), [more contacts](https:libreplanet.org/wiki/User:Lunovox) - -## **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: - -1. Enable the complementary mod **'intllib'.** -2. Set your language in **'minetest.conf'** by adding the [````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/.po````]. -5. Example for French language: ````locale/fr.po```` -6. Open the file [````locale/.po````] in POEdit (Also works in a simple text editor). -7. Translate all and send your translated file to developers of this mod. - -[correio]:https://gitlab.com/Lunovox/correio -[E-URN]:https://gitlab.com/lunovox/e-urn/ -[English]:https://gitlab.com/lunovox/e-urn/-/raw/master/locale/template.pot -[GNU AGPL-3.0]:https://gitlab.com/lunovox/e-urn/-/raw/master/LICENSE -[intllib]:https://github.com/minetest-mods/intllib -[Minetest Mod]:https://minetest.net -[Portuguese]:https://gitlab.com/lunovox/e-urn/-/raw/master/locale/pt.po -[tradelands]:https://github.com/Lunovox/tradelands -[urn_front]:textures/text_eurn_front.png diff --git a/README.md b/README.md index 3473d42..4ffb845 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,22 @@ You don't need to worry about the settings below to make this mod work. But, if | ````eurn.save_compressed = ```` | Whether the database will be BASE64 compressed. If enabled will save database bank without compression in file '.db'. Default: true | | ````eurn.voter.min_played_hours = ```` | Minimum game time in hours to become a voter. Default: 90 | Min: 0 | Max: 8760 | +## **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: + +1. Enable the complementary mod **'intllib'.** +2. Set your language in **'minetest.conf'** by adding the [````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/.po````]. +5. Example for French language: ````locale/fr.po```` +6. Open the file [````locale/.po````] in POEdit (Also works in a simple text editor). +7. Translate all and send your translated file to developers of this mod. [urn_front]:textures/text_eurn_front.png