Skip to content

v1.1.0

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

discord-localization v1.1.0

  • improved docstrings - they're now numpy styled, similar to what discord.py uses
  • added support for nested keys (data["a"]["b"] -> "data.a.b")
    • added new section in the readme for an example of this
  • added support for nested objects with proper kwarg formatting
    • i don't think this needs an example, since this is done behind the scenes to make the use of the library more seamless
  • corrected type hinting for the locale parameter in .one()

Full Changelog: v1.0.1...v1.1.0