From 5db14eefe1270b0c24a4d583a116735a1e544aa6 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#10791 X-original-commit: 1725552c89ad0179e60e6b6e7cfb0a89bc409673 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 ac570f3a8..941e8a22d 100644 --- a/conf.py +++ b/conf.py @@ -253,7 +253,7 @@ languages_names = { 'fr': 'FR', 'it': 'IT', 'ja': 'JA', - 'ko': 'KO', + 'ko': 'KR', 'nl': 'NL', 'pt_BR': 'PT', 'ro': 'RO',