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:
parent
57140ceb6f
commit
e01c54bb0f
@ -211,6 +211,7 @@ LANGUAGES = (
|
||||
('en-gb', 'British English'),
|
||||
('es', 'Spanish'),
|
||||
('fr', 'French'),
|
||||
('id', 'Indonesian'),
|
||||
('it', 'Italian'),
|
||||
('ja', 'Japanese'),
|
||||
('ko', 'Korean (Korea)'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user