Skip to content

Commit

Permalink
feat(Locale): add spanish latam
Browse files Browse the repository at this point in the history
  • Loading branch information
Victorsitou committed Jan 8, 2024
1 parent 1621c5e commit 3a9ace0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions disnake/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,8 @@ class Locale(Enum):
"English, US | English, US"
es_ES = "es-ES"
"Spanish | Español"
es_LATAM = "es-419"
"Spanish, LATAM | Español, LATAM"
fi = "fi"
"Finnish | Suomi"
fr = "fr"
Expand Down
4 changes: 4 additions & 0 deletions docs/api/localization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ Locale

The ``es_ES`` (Spanish) locale.

.. attribute:: es_LATAM

The ``es-419`` (Spanish, LATAM) locale.

.. attribute:: fi

The ``fi`` (Finnish) locale.
Expand Down

0 comments on commit 3a9ace0

Please sign in to comment.