i18n: Add Indonesian to the language list

Indonesian translation have made a significant progress
during Newton cycle. Let's add it to the language list
in openstack_dashboard.settings so that Indonesian is listed
by the language pull-down menu by default.

I am planning to make this process automated in near future
(hopefully in Ocata cycle).

Change-Id: Iacbf112df81ee1b4fc40c063eaaa7d0b1c92ca7a
Closes-Bug: #1627673
This commit is contained in:
Akihiro Motoki 2016-09-26 19:08:33 +09:00
parent 57140ceb6f
commit e01c54bb0f
1 changed files with 1 additions and 0 deletions

View File

@ -211,6 +211,7 @@ LANGUAGES = (
('en-gb', 'British English'),
('es', 'Spanish'),
('fr', 'French'),
('id', 'Indonesian'),
('it', 'Italian'),
('ja', 'Japanese'),
('ko', 'Korean (Korea)'),