Skip to content

v1.0.1

Compare
Choose a tag to compare
@rnxm rnxm released this 01 Aug 18:16
· 14 commits to main since this release

discord-localization v1.0.1

  • added custom errors
    • InvalidJSONFormat, LocalizationFileNotFound, InvalidLocale, LocalizationNotFound, WrongLocalizationFormat
    • these inherit from default error types, such as ValueError, FileNotFoundError, KeyError and TypeError
    • functionality has not changed at all, this just makes every error a bit clearer.

Full Changelog: v1.0.0...v1.0.1