Add support for the Indonesian language (#20032)

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Linerly 2021-12-03 19:40:56 +07:00 committed by GitHub
parent 883d8cecaa
commit 1a403a37f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,7 @@ const INCLUDE_LANGS = [
{'value': 'he', 'label': 'עברית'},
{'value': 'hi', 'label': 'हिन्दी'},
{'value': 'hu', 'label': 'Magyar'},
{'value': 'id', 'label': 'Bahasa Indonesia'},
{'value': 'is', 'label': 'íslenska'},
{'value': 'it', 'label': 'Italiano'},
{'value': 'ja', 'label': '日本語'},