Skip to content

v1.1.1

Compare
Choose a tag to compare
@rnxm rnxm released this 08 Aug 14:32
· 4 commits to main since this release

discord-localization v1.1.1

  • added support for yaml files
  • renamed relative_path arg to localizations
  • localizations now accepts dicts
  • added setter for localizations
    • this will open a new file and i don't recommend using it, but it's there if you need it
  • added new operations
    • x == y: checks if two Localization objects have the same .file
    • x != y: checks if two Localization objects have different .file's
    • dict(x): returns self.file
  • added a class representation for easier debugging
  • .format_string() is now a staticmethod, meaning you don't need to actually initalize a class to use it

Full Changelog: v1.1.0...v1.1.1