[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#10833

X-original-commit: 6ba02094ba
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Louis Wicket (wil) <wil@odoo.com>
This commit is contained in:
Louis Wicket (wil) 2024-08-16 07:38:34 +00:00
parent f3c3505a79
commit a8a5b86bd6

View File

@ -254,7 +254,7 @@ languages_names = {
'fr': 'FR',
'it': 'IT',
'ja': 'JA',
'ko': 'KO',
'ko': 'KR',
'nl': 'NL',
'pt_BR': 'PT',
'ro': 'RO',