[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) <anv@odoo.com>
This commit is contained in:
Louis Wicket (wil) 2024-08-16 09:38:34 +02:00
parent ff96106480
commit 1725552c89

View File

@ -232,7 +232,7 @@ languages_names = {
'es': 'ES',
'fr': 'FR',
'it': 'IT',
'ko': 'KO',
'ko': 'KR',
'nl': 'NL',
'pt_BR': 'PT',
'ro': 'RO',