Skip to content

v0.7.2

Latest
Compare
Choose a tag to compare
@tibue99 tibue99 released this 07 Dec 08:55
· 2 commits to main since this release

i18n improvements (#89)

  • Added ezcord.LOCALE for type hinting
  • Fixed a rare issue where the dot notation for translation keys lead to an error
  • Improved translation efficiency by skipping certain embed values and lookup locations

Changes

  • Added utils.create_yaml_file (#88)
  • Use yaml file for /admin show_servers
  • Fixed bold parameter in bot.get_cmd
  • Added .env file to the PostgreSQL example

New Contributors