v1.1.0
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