mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-15 18:29:52 +00:00
Add latin_american_spanish locale
This commit is contained in:
parent
08ef42fedf
commit
2a59e0286e
@ -690,6 +690,7 @@ class Locale(Enum):
|
||||
italian = 'it'
|
||||
japanese = 'ja'
|
||||
korean = 'ko'
|
||||
latin_american_spanish = 'es-419'
|
||||
lithuanian = 'lt'
|
||||
norwegian = 'no'
|
||||
polish = 'pl'
|
||||
|
@ -3236,6 +3236,12 @@ of :class:`enum.Enum`.
|
||||
|
||||
The ``ko`` locale.
|
||||
|
||||
.. attribute:: latin_american_spanish
|
||||
|
||||
The ``es-419`` locale.
|
||||
|
||||
.. versionadded:: 2.4
|
||||
|
||||
.. attribute:: lithuanian
|
||||
|
||||
The ``lt`` locale.
|
||||
|
Loading…
x
Reference in New Issue
Block a user