mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 10:17:59 -05:00
[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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user