mirror of https://github.com/vector-im/riot-web
Add support for the Indonesian language (#20032)
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>pull/20040/head
parent
883d8cecaa
commit
1a403a37f9
|
@ -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 New Issue