Skip to content

Parashurama/nim-i18n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Gettext-like internationalisation module for Nim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages