From 65fdebde20e0e217cb1334bfab33f7b74623f633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petras=20=C5=A0ukys?= Date: Tue, 25 Jul 2023 22:13:43 +0300 Subject: [PATCH] =?UTF-8?q?Added=20language=20entry=20for=20Lithuanian=20(?= =?UTF-8?q?Lietuvi=C5=B3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/plugins/i18n.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/plugins/i18n.js b/client/plugins/i18n.js index 8f8860f1..2dd07a9d 100644 --- a/client/plugins/i18n.js +++ b/client/plugins/i18n.js @@ -11,6 +11,7 @@ const languageCodeMap = { 'fr': { label: 'Français', dateFnsLocale: 'fr' }, 'hr': { label: 'Hrvatski', dateFnsLocale: 'hr' }, 'it': { label: 'Italiano', dateFnsLocale: 'it' }, + 'lt': { label: 'Lietuvių', dateFnsLocale: 'lt' }, 'nl': { label: 'Nederlands', dateFnsLocale: 'nl' }, 'pl': { label: 'Polski', dateFnsLocale: 'pl' }, 'ru': { label: 'Русский', dateFnsLocale: 'ru' },