mirror of
https://gitlab.com/lunovox/e-urn.git
synced 2025-03-15 07:21:22 +00:00
This commit is contained in:
parent
b8293d95e7
commit
c338dbf2dd
1 changed files with 11 additions and 13 deletions
24
README.md
24
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 = <true/false>```` | 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 = <number>```` | Minimum game time in hours to become a voter. Default: 90 | Min: 0 | Max: 8760 |
|
||||
| ````eurn.crafting_recipe = <true/false>```` | 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 = <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.
|
||||
### **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
|
||||
[wiki_pt_link]:https://pt.wikipedia.org/wiki/GNU_Affero_General_Public_License
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue