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:
10
intltest/README.md
Normal file
10
intltest/README.md
Normal 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.
|
Reference in New Issue
Block a user