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
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'