[pve-devel] [PATCH pve-widget-toolkit] Changed 'kr' to 'ko' in language list
Noel Ullreich
n.ullreich at proxmox.com
Fri Mar 24 15:41:29 CET 2023
the ISO 639-1 two letter abbreviation of Korean is 'ko', not 'kr'
Signed-off-by: Noel Ullreich <n.ullreich at proxmox.com>
---
kr is apparently Kanuri, a language spoken in Nigeria, Niger, Chad, and
Cameroon.
src/Utils.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Utils.js b/src/Utils.js
index 34c348f..5e1a6f3 100644
--- a/src/Utils.js
+++ b/src/Utils.js
@@ -75,7 +75,7 @@ utilities: {
he: `עברית - ${gettext("Hebrew")}`,
it: `Italiano - ${gettext("Italian")}`,
ja: `日本語 - ${gettext("Japanese")}`,
- kr: `한국어 - ${gettext("Korean")}`,
+ ko: `한국어 - ${gettext("Korean")}`,
nb: `Bokmål - ${gettext("Norwegian (Bokmal)")}`,
nl: `Nederlands - ${gettext("Dutch")}`,
nn: `Nynorsk - ${gettext("Norwegian (Nynorsk)")}`,
--
2.30.2
More information about the pve-devel
mailing list