From c338dbf2dd5c92ec80c3a3a88a50deb697dece77 Mon Sep 17 00:00:00 2001 From: Lunovox Date: Sun, 3 Mar 2024 01:15:21 -0300 Subject: [PATCH] --- README.md | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index a60f611..81bff87 100644 --- a/README.md +++ b/README.md @@ -66,23 +66,17 @@ 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 | | ````eurn.crafting_recipe = ```` | Activate crafting recipe for all players got their own Electronic Urn. Default: false | -## **Internationalization of this Mod:** -This mod currently are configured to language: +## **INTERNACIONALIZATION:** -* [English] (DEFAULT) -* [Portuguese] +### **Available Languages:** -To add a new language to this mod just follow the steps below: +* English (Defaul, Concluded: 100%) +* Português (Concluded: 0%) -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. +### **Translate this mod to your Language:** +See more details in file: [locale/README.md] [urn_front]:textures/text_eurn_front.png [E-URN]:https://gitlab.com/lunovox/e-urn/ @@ -93,6 +87,7 @@ To add a new language to this mod just follow the steps below: [GNU AGPL-3.0]:https://gitlab.com/lunovox/e-urn/-/raw/master/LICENSE [license_icon]:https://img.shields.io/static/v1?label=GNU%20AGPL%20v3.0&message=Download&color=yellow [license_link]:https://gitlab.com/lunovox/e-urn/-/raw/master/LICENSE +[locale/README.md]:https://gitlab.com/lunovox/e-urn/-/tree/main/locale?ref_type=heads [minetest_icon]:https://img.shields.io/static/v1?label=Minetest&message=Game&color=brightgreen [minetest_link]:https://minetest.net [projeto_icon]:https://img.shields.io/static/v1?label=Projeto&message=GIT&color=red @@ -100,4 +95,7 @@ To add a new language to this mod just follow the steps below: [wiki_en_icon]:https://img.shields.io/static/v1?label=GNU%20AGPL%20v3.0&message=EN&color=blue [wiki_en_link]:https://en.wikipedia.org/wiki/GNU_Affero_General_Public_License [wiki_pt_icon]:https://img.shields.io/static/v1?label=GNU%20AGPL%20v3.0&message=PT&color=blue -[wiki_pt_link]:https://pt.wikipedia.org/wiki/GNU_Affero_General_Public_License \ No newline at end of file +[wiki_pt_link]:https://pt.wikipedia.org/wiki/GNU_Affero_General_Public_License + + +