Skip to content

Releases: raclettes/py18n

v1.1.1

11 May 08:57
Compare
Choose a tag to compare
  • Fixes issues where the pre-invoke hook would fail due to a variable name being incorrect

v1.1

18 Apr 13:14
Compare
Choose a tag to compare

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

17 Apr 21:25
7c9d6bd
Compare
Choose a tag to compare

Adds all of the functionality of translations. Consult the README.md for more information.