* 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**: https://github.com/PearooXD/discord-localization/compare/v1.0.0...v1.0.1