[i18n] Changes default locale value from en to en-US (#2642)

* Changes default locale value to `en-US`

* Added this PR

Also fixed slight inconsistency in what is in a code block (if this is merged)
This commit is contained in:
Flame442
2019-05-06 12:19:57 -04:00
committed by Michael H
parent d1c903f36f
commit 4f6485d1f9
2 changed files with 4 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ class RedBase(commands.GroupMixin, commands.bot.BotBase, RPCMixin):
owner=None,
whitelist=[],
blacklist=[],
locale="en",
locale="en-US",
embeds=True,
color=15158332,
fuzzy=False,