From ea334f598310775265ee0b15bbe2cb415cfb3d55 Mon Sep 17 00:00:00 2001 From: Martin Trigaux Date: Thu, 4 Feb 2016 13:20:40 +0100 Subject: [PATCH] [IMP] more languages to display in drop down Just in case --- conf.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 3911bb5de..9f4564ef5 100644 --- a/conf.py +++ b/conf.py @@ -278,7 +278,16 @@ github_project = 'documentation-user' # Where are stored the localisations files locale_dirs = ['locale/'] -LANGUAGES = {'nl': 'Dutch', 'es': 'Spanish', 'zh_CN': 'Chinese'} +LANGUAGES = { + 'de': 'German', + 'en': 'English', + 'es': 'Spanish', + 'fr': 'French', + 'hr': 'Croatian', + 'nl': 'Dutch', + 'pt_BR': 'Portuguese (BR)', + 'zh_CN': 'Chinese', +} def setup(app): app.add_stylesheet('accounting.css')