diff options
author | Diego MartÃnez <kaeza@users.noreply.github.com> | 2017-01-24 00:40:48 -0300 |
---|---|---|
committer | Diego MartÃnez <kaeza@users.noreply.github.com> | 2017-01-24 00:48:19 -0300 |
commit | 172a4e127c72c60c8be63b747e05fb6c04d1e5da (patch) | |
tree | 3249cc494ebbb2f37d7f180180dba021496e09d8 /intltest/README.md | |
parent | b2551f6a2209b8a11b42834cb0d63f5c03a2b95f (diff) |
Add minimal example mod.
Diffstat (limited to 'intltest/README.md')
-rw-r--r-- | intltest/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/intltest/README.md b/intltest/README.md new file mode 100644 index 0000000..9122d9e --- /dev/null +++ b/intltest/README.md @@ -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. |