mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-08 12:18:54 -05:00
* Adds a check to [p]set locale Fixes #2552 I would like a little bit of feedback on this change. - Right now, `locale_name` is case sensitive. Should that remain case sensitive or should I allow it to accept it case insensitively? - I made the invalid locale string an i18n string, however I don't know the process for how those are supposed to be made or if that will break anything. Should that remain an i18n string or should I make it a normal string? * Case insensitivity and explicit en-US -`[p]set locale` is now case insensitive -`en-US` added to `[p]listlocales` instead of only existing in `[p]set locale`'s help text * Remove spacing