From addf40b767c2faaa2b1e4ec6c1caf1f7fe6c6900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=84=82=F0=9D=95=A0=F0=9D=95=A0=F0=9D=95=A0=F0=9D=95=9D?= =?UTF-8?q?=20=28=F0=9D=95=98=F0=9D=95=9A=F0=9D=95=A5=F0=9D=95=99?= =?UTF-8?q?=F0=9D=95=A6=F0=9D=95=93=2E=F0=9D=95=94=F0=9D=95=A0=F0=9D=95=9E?= =?UTF-8?q?/=E2=84=82=F0=9D=95=A0=F0=9D=95=A0=F0=9D=95=A0=F0=9D=95=9D=29?= Date: Sat, 21 Jun 2025 13:22:36 +0300 Subject: [PATCH] Updated index.ts - Latvian language To add Latvian translation language to UI --- materialious/src/lib/i18n/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/materialious/src/lib/i18n/index.ts b/materialious/src/lib/i18n/index.ts index db4d85b9..4471df7b 100644 --- a/materialious/src/lib/i18n/index.ts +++ b/materialious/src/lib/i18n/index.ts @@ -15,7 +15,8 @@ const resources: Record Promise>> = { de: () => import('./locales/de.json'), es: () => import('./locales/es.json'), sh: () => import('./locales/sh.json'), - 'pt-BR': () => import('./locales/pt-BR.json') + 'pt-BR': () => import('./locales/pt-BR.json'), + lv: () => import('./locales/lv.json') }; function getUserLocale(): string {