From 81919e963a2d70ca9003ce46f5ec0566d5b45e80 Mon Sep 17 00:00:00 2001 From: Illia Pyshniak Date: Fri, 15 Mar 2024 22:28:00 +0200 Subject: [PATCH] Add Ukrainian language to i18n.js --- plugins/i18n.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/i18n.js b/plugins/i18n.js index 0a0f75f2..d3e275ce 100644 --- a/plugins/i18n.js +++ b/plugins/i18n.js @@ -21,6 +21,7 @@ const languageCodeMap = { 'pt-br': { label: 'Português (Brasil)', dateFnsLocale: 'ptBR' }, 'ru': { label: 'Русский', dateFnsLocale: 'ru' }, 'sv': { label: 'Svenska', dateFnsLocale: 'sv' }, + 'uk': { label: 'Українська', dateFnsLocale: 'uk' }, 'zh-cn': { label: '简体中文 (Simplified Chinese)', dateFnsLocale: 'zhCN' }, }