rewrite: Localisation support.
This commit is contained in:
6
bot/babel/__init__.py
Normal file
6
bot/babel/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from .translator import SOURCE_LOCALE, LeoBabel, LocalBabel, LazyStr, ctx_locale, ctx_translator
|
||||
|
||||
|
||||
async def setup(bot):
|
||||
from .cog import BabelCog
|
||||
await bot.add_cog(BabelCog(bot))
|
||||
Reference in New Issue
Block a user