mirror of
https://gitlab.com/lunovox/e-urn.git
synced 2025-03-15 07:21:22 +00:00
This commit is contained in:
parent
79af9ba864
commit
1d2c98a37f
2 changed files with 16 additions and 50 deletions
|
@ -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 = <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.
|
||||
|
||||
[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
|
16
README.md
16
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 = <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 |
|
||||
|
||||
## **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 = <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.
|
||||
|
||||
|
||||
[urn_front]:textures/text_eurn_front.png
|
||||
|
|
Loading…
Add table
Reference in a new issue