From 67169771ec1ab797669e3a685daf3c2b07ebc3b9 Mon Sep 17 00:00:00 2001 From: milicevicivan Date: Fri, 6 Feb 2026 22:45:15 +0100 Subject: [PATCH] Update resources.ts --- src/i18n/resources.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/i18n/resources.ts b/src/i18n/resources.ts index 214328a3..7270eecb 100644 --- a/src/i18n/resources.ts +++ b/src/i18n/resources.ts @@ -19,6 +19,7 @@ import tr from './locales/tr.json'; import sl from './locales/sl.json'; import mk from './locales/mk.json'; import ru from './locales/ru.json'; +import fil from './locales/fil.json'; export const resources = { en: { translation: en }, @@ -41,4 +42,5 @@ export const resources = { sl: { translation: sl }, mk: { translation: mk }, ru: { translation: ru }, + fil: { translation: fil }, };