mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -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:
parent
d1c903f36f
commit
4f6485d1f9
@ -35,8 +35,9 @@ Core
|
|||||||
|
|
||||||
* Delete cooldown messages when expired (`#2469`_)
|
* Delete cooldown messages when expired (`#2469`_)
|
||||||
* ``[p]set locale`` now only accepts actual locales (`#2553`_)
|
* ``[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`_)
|
* ``redbot --version`` will now give you current version of Red (`#2567`_)
|
||||||
|
* Default locale changed from ``en`` to ``en-US`` (`#2642`_)
|
||||||
|
|
||||||
------
|
------
|
||||||
Config
|
Config
|
||||||
@ -148,3 +149,4 @@ Utility Functions
|
|||||||
.. _#2606: https://github.com/Cog-Creators/Red-DiscordBot/pull/2606
|
.. _#2606: https://github.com/Cog-Creators/Red-DiscordBot/pull/2606
|
||||||
.. _#2620: https://github.com/Cog-Creators/Red-DiscordBot/pull/2620
|
.. _#2620: https://github.com/Cog-Creators/Red-DiscordBot/pull/2620
|
||||||
.. _#2639: https://github.com/Cog-Creators/Red-DiscordBot/pull/2639
|
.. _#2639: https://github.com/Cog-Creators/Red-DiscordBot/pull/2639
|
||||||
|
.. _#2642: https://github.com/Cog-Creators/Red-DiscordBot/pull/2642
|
||||||
|
|||||||
@ -45,7 +45,7 @@ class RedBase(commands.GroupMixin, commands.bot.BotBase, RPCMixin):
|
|||||||
owner=None,
|
owner=None,
|
||||||
whitelist=[],
|
whitelist=[],
|
||||||
blacklist=[],
|
blacklist=[],
|
||||||
locale="en",
|
locale="en-US",
|
||||||
embeds=True,
|
embeds=True,
|
||||||
color=15158332,
|
color=15158332,
|
||||||
fuzzy=False,
|
fuzzy=False,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user