mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
Add support for the Indonesian language (#20032)
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
883d8cecaa
commit
1a403a37f9
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ const INCLUDE_LANGS = [
|
||||||
{'value': 'he', 'label': 'עברית'},
|
{'value': 'he', 'label': 'עברית'},
|
||||||
{'value': 'hi', 'label': 'हिन्दी'},
|
{'value': 'hi', 'label': 'हिन्दी'},
|
||||||
{'value': 'hu', 'label': 'Magyar'},
|
{'value': 'hu', 'label': 'Magyar'},
|
||||||
|
{'value': 'id', 'label': 'Bahasa Indonesia'},
|
||||||
{'value': 'is', 'label': 'íslenska'},
|
{'value': 'is', 'label': 'íslenska'},
|
||||||
{'value': 'it', 'label': 'Italiano'},
|
{'value': 'it', 'label': 'Italiano'},
|
||||||
{'value': 'ja', 'label': '日本語'},
|
{'value': 'ja', 'label': '日本語'},
|
||||||
|
|
Loading…
Reference in a new issue