From 329e3c71795398d93a5e12fe7045f7ca4d0c098e Mon Sep 17 00:00:00 2001 From: advplyr Date: Sat, 29 Nov 2025 16:32:57 -0600 Subject: [PATCH] Add Korean language option --- client/plugins/i18n.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/plugins/i18n.js b/client/plugins/i18n.js index e4c179016..83e748f25 100644 --- a/client/plugins/i18n.js +++ b/client/plugins/i18n.js @@ -22,6 +22,7 @@ const languageCodeMap = { it: { label: 'Italiano', dateFnsLocale: 'it' }, lt: { label: 'Lietuvių', dateFnsLocale: 'lt' }, hu: { label: 'Magyar', dateFnsLocale: 'hu' }, + ko: { label: '한국어', dateFnsLocale: 'ko' }, nl: { label: 'Nederlands', dateFnsLocale: 'nl' }, no: { label: 'Norsk', dateFnsLocale: 'no' }, pl: { label: 'Polski', dateFnsLocale: 'pl' },