From 6ba02094bae56a71cac2df281f79a87bffd9d900 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#10798 X-original-commit: 5db14eefe1270b0c24a4d583a116735a1e544aa6 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 4c53c7b37..01303cf60 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',