1
0
mirror of https://github.com/minetest-mods/intllib.git synced 2025-07-02 08:00:24 +02:00

Add minimal example mod.

This commit is contained in:
Diego Martínez
2017-01-24 00:40:48 -03:00
parent b2551f6a22
commit 172a4e127c
6 changed files with 123 additions and 0 deletions

10
intltest/README.md Normal file
View File

@ -0,0 +1,10 @@
# Intllib example
This is a simple mod showing how to use intllib.
It defines a test `intltest:test` item whose description is translated
according to the user's language.
Additionally, it demonstrates how to use plural forms by counting the
number of times the item has been used.