Add latin_american_spanish locale

This commit is contained in:
John Wuller 2023-12-18 17:47:29 -05:00 committed by GitHub
parent 08ef42fedf
commit 2a59e0286e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -690,6 +690,7 @@ class Locale(Enum):
italian = 'it'
japanese = 'ja'
korean = 'ko'
latin_american_spanish = 'es-419'
lithuanian = 'lt'
norwegian = 'no'
polish = 'pl'

View File

@ -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.