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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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