From e01c54bb0fc9f9b677c5e8601fb27225852d21a6 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Mon, 26 Sep 2016 19:08:33 +0900 Subject: [PATCH] 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 --- openstack_dashboard/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openstack_dashboard/settings.py b/openstack_dashboard/settings.py index e772626337..7a9c5a83b8 100644 --- a/openstack_dashboard/settings.py +++ b/openstack_dashboard/settings.py @@ -211,6 +211,7 @@ LANGUAGES = ( ('en-gb', 'British English'), ('es', 'Spanish'), ('fr', 'French'), + ('id', 'Indonesian'), ('it', 'Italian'), ('ja', 'Japanese'), ('ko', 'Korean (Korea)'),