From 7916a08773612dc7adc394eaede6560d88c15cd0 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#10834 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 09e0ce1c2..e13901f38 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',