Skip to content

Commit

Permalink
Add latin_american_spanish locale
Browse files Browse the repository at this point in the history
  • Loading branch information
2br-2b committed Dec 18, 2023
1 parent 08ef42f commit 2a59e02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions discord/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,7 @@ class Locale(Enum):
italian = 'it'
japanese = 'ja'
korean = 'ko'
latin_american_spanish = 'es-419'
lithuanian = 'lt'
norwegian = 'no'
polish = 'pl'
Expand Down
6 changes: 6 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2a59e02

Please sign in to comment.