[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

@ -35,8 +35,9 @@ Core
* Delete cooldown messages when expired (`#2469`_)
* ``[p]set locale`` now only accepts actual locales (`#2553`_)
* ``[p]listlocales`` now displays en-US (`#2553`_)
* ``[p]listlocales`` now displays ``en-US`` (`#2553`_)
* ``redbot --version`` will now give you current version of Red (`#2567`_)
* Default locale changed from ``en`` to ``en-US`` (`#2642`_)
------
Config
@ -148,3 +149,4 @@ Utility Functions
.. _#2606: https://github.com/Cog-Creators/Red-DiscordBot/pull/2606
.. _#2620: https://github.com/Cog-Creators/Red-DiscordBot/pull/2620
.. _#2639: https://github.com/Cog-Creators/Red-DiscordBot/pull/2639
.. _#2642: https://github.com/Cog-Creators/Red-DiscordBot/pull/2642

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,