From 8394bc404ec9192eadc7d78cd52fb321842c8f40 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 21:49:42 +0000 Subject: [PATCH] Update src/i18n.ts --- src/i18n.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/i18n.ts b/src/i18n.ts index 2b39a0f..e6361e0 100644 --- a/src/i18n.ts +++ b/src/i18n.ts @@ -1,10 +1,10 @@ -// @ts-expect-error +// @ts-expect-error Missing declaration file import i18n from 'i18next'; -// @ts-expect-error +// @ts-expect-error Missing declaration file import Backend from 'i18next-http-backend'; -// @ts-expect-error +// @ts-expect-error Missing declaration file import LanguageDetector from 'i18next-browser-languagedetector'; -// @ts-expect-error +// @ts-expect-error Missing declaration file import { initReactI18next } from 'react-i18next'; i18n @@ -24,4 +24,4 @@ i18n defaultNS: 'common', }); -export default i18n; \ No newline at end of file +export default i18n;