From 1725552c89ad0179e60e6b6e7cfb0a89bc409673 Mon Sep 17 00:00:00 2001 From: "Louis Wicket (wil)" Date: Fri, 16 Aug 2024 09:38:34 +0200 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#10777 Signed-off-by: Antoine Vandevenne (anv) --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 552eb3753..403fb50f2 100644 --- a/conf.py +++ b/conf.py @@ -232,7 +232,7 @@ languages_names = { 'es': 'ES', 'fr': 'FR', 'it': 'IT', - 'ko': 'KO', + 'ko': 'KR', 'nl': 'NL', 'pt_BR': 'PT', 'ro': 'RO',