From 9668d89545ce321c140c406350bfd90ac063405d 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#10740 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 67ddd4c59..fda33cb8b 100644 --- a/conf.py +++ b/conf.py @@ -253,11 +253,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)'