mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-21 08:17:47 +00:00
Add Locale.indonesian
This commit is contained in:
parent
a72fc7416c
commit
bdeccaf106
@ -642,6 +642,7 @@ class Locale(Enum):
|
||||
taiwan_chinese = 'zh-TW'
|
||||
croatian = 'hr'
|
||||
czech = 'cs'
|
||||
indonesian = 'id'
|
||||
danish = 'da'
|
||||
dutch = 'nl'
|
||||
finnish = 'fi'
|
||||
|
@ -2969,6 +2969,12 @@ of :class:`enum.Enum`.
|
||||
|
||||
The ``cs`` locale.
|
||||
|
||||
.. attribute:: indonesian
|
||||
|
||||
The ``id`` locale.
|
||||
|
||||
.. versionadded:: 2.2
|
||||
|
||||
.. attribute:: danish
|
||||
|
||||
The ``da`` locale.
|
||||
|
Loading…
x
Reference in New Issue
Block a user