Pyliblang - a simple localization library
https://gitlab.com/kirz/pyliblang
I just was so tired of gettext.py, that i implemented my own library.
Differences from gettext:
1) It uses .json files instead of .mo files
2) It supports Unicode by default
3) It's just easier to use than gettext. You don't need to do extra steps (format messages etc), it just works!
Planned features:
1) Plurals
2) Meta-information (license, translation date, translation author ...)
If you like the idea, I will package it properly and try to release on PyPI!
0 Replies