v1.1.1
discord-localization v1.1.1
- added support for yaml files
- renamed
relative_path
arg tolocalizations
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
'sdict(x)
: returnsself.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