From 67dff9aa43989b7b4550e21d72c73dd889158070 Mon Sep 17 00:00:00 2001 From: Martin Trigaux Date: Tue, 7 Feb 2023 16:20:00 +0000 Subject: [PATCH] [IMP] conf: add names for newly activated languages closes odoo/documentation#3502 X-original-commit: 734c0ee6efe742b69e07db3cba438db49c3ac647 Signed-off-by: Martin Trigaux (mat) Signed-off-by: Antoine Vandevenne (anv) --- conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 7064a0dec..bc270c326 100644 --- a/conf.py +++ b/conf.py @@ -224,10 +224,12 @@ languages_names = { 'en': 'EN', 'es': 'ES', 'fr': 'FR', + 'it': 'IT', 'nl': 'NL', 'pt_BR': 'PT', 'uk': 'UA', - 'zh_CN': 'ZH', + 'zh_CN': 'ZH (CN)', + 'zh_TW': 'ZH (TW)' } # The directory in which files holding redirect rules used by the 'redirects' extension are listed.