No description
Find a file
Parashurama 4fa3648fa3
Merge pull request #1 from detlefla/newnim
make i18n compile with Nim 1.2.1
2020-06-30 06:55:31 +00:00
private initial commit 2016-05-14 22:27:37 +02:00
.gitignore initial commit 2016-05-14 22:27:37 +02:00
i18n.nim removed some warnings 2020-06-11 22:47:11 +02:00
i18n.nimble make i18n compile with Nim 1.21 2020-06-11 21:55:12 +02:00
LICENSE initial commit 2016-05-14 22:27:37 +02:00
README.md better documentation, add example usage. 2016-05-16 19:08:06 +02:00

This project is aimed at bringing an internationalisation module with a gettext-like interface to Nim.

It supports easy debugging as well as optimized msgid lookup. While it makes use of the encoding module (and so libiconv.so on Linux), it does NOT use libintl.

It is developed on GNU/Linux debian, but should also work on Windows/OSX.

PR welcome for any issues.

Documentation can be built inside module with: nim doc -o:i18n.html i18n.nim

For more details on usage; see module documentation.