From c32b5c1f2ebc3bb4c81468f438111a07eee206a7 Mon Sep 17 00:00:00 2001 From: Ying Zuo Date: Tue, 20 Feb 2018 19:36:20 -0800 Subject: [PATCH] Add Esperanto to the list of languages The translation dashboard is showing 98% translated in Esperanto. https://translate.openstack.org/iteration/view/horizon/stable-queens Change-Id: Ib509cc9023666ef6d0f3dd6cd1880c7904f9fde2 --- openstack_dashboard/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openstack_dashboard/settings.py b/openstack_dashboard/settings.py index 697ade65ff..0c0473f0d2 100644 --- a/openstack_dashboard/settings.py +++ b/openstack_dashboard/settings.py @@ -222,6 +222,7 @@ LANGUAGES = ( ('en', 'English'), ('en-au', 'Australian English'), ('en-gb', 'British English'), + ('eo', 'Esperanto'), ('es', 'Spanish'), ('fr', 'French'), ('id', 'Indonesian'),