From 50ff7a625a065bed60c9143bc7e9319e332b674f Mon Sep 17 00:00:00 2001 From: "Louis Wicket (wil)" Date: Tue, 13 Aug 2024 12:32:53 +0000 Subject: [PATCH] [FIX] add missing language names to the language switcher Even though the Thai documentation has been built and is available, it didn't show up in the language switcher. This is because it needs to be given a "language name" first. This commis add the language names corresponding to the newly added translations (namely, into Thai and Japanese). closes odoo/documentation#10741 X-original-commit: 9cf55e3fc092338e5440400935f24905c8581d1d Signed-off-by: Tiffany Chang (tic) Signed-off-by: Louis Wicket (wil) --- conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf.py b/conf.py index 03feb524b..22b1d86d8 100644 --- a/conf.py +++ b/conf.py @@ -252,11 +252,13 @@ languages_names = { 'es': 'ES', 'fr': 'FR', 'it': 'IT', + 'ja': 'JA', 'ko': 'KO', 'nl': 'NL', 'pt_BR': 'PT', 'ro': 'RO', 'sv': 'SV', + 'th': 'TH', 'uk': 'UA', 'zh_CN': 'ZH (CN)', 'zh_TW': 'ZH (TW)'