From a8a5b86bd6d9c8fadad6de64427f1f42004b2691 Mon Sep 17 00:00:00 2001 From: "Louis Wicket (wil)" Date: Fri, 16 Aug 2024 07:38:34 +0000 Subject: [PATCH] [FIX] change the display name of Korean to KR in the switcher According to feedback from our Korean translator,the abbreviation for Korean is usually KR instead of KO. This commit updates the name of the language as displayed in the language switcher. closes odoo/documentation#10833 X-original-commit: 6ba02094bae56a71cac2df281f79a87bffd9d900 Signed-off-by: Antoine Vandevenne (anv) Signed-off-by: Louis Wicket (wil) --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index fda33cb8b..f3e59a5b9 100644 --- a/conf.py +++ b/conf.py @@ -254,7 +254,7 @@ languages_names = { 'fr': 'FR', 'it': 'IT', 'ja': 'JA', - 'ko': 'KO', + 'ko': 'KR', 'nl': 'NL', 'pt_BR': 'PT', 'ro': 'RO',