Releases: raclettes/py18n
Releases · raclettes/py18n
v1.1.1
- Fixes issues where the pre-invoke hook would fail due to a variable name being incorrect
v1.1
v1.1
- This adds a few custom errors, namely
py18n.i18n.InvalidTranslationKeyError
and py18n.i18n.InvalidLocaleError
.
- These are both subclasses of
py18n.i18n.Py18nError
, and so can be handled collectively.
v1.0
Adds all of the functionality of translations. Consult the README.md
for more information.