John Wuller
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
7 additions and
0 deletions
-
discord/enums.py
-
docs/api.rst
|
|
@ -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. |
|
|
|