Add get_babel_regional_format() to redbot.core.i18n.__all__ (#3827)

This commit is contained in:
jack1142
2020-05-28 23:44:57 +02:00
committed by GitHub
parent 65395185c3
commit 4757c2c945

View File

@@ -15,6 +15,7 @@ __all__ = [
"cog_i18n",
"Translator",
"get_babel_locale",
"get_babel_regional_format",
]
_current_locale = "en-US"