Update resources.ts

This commit is contained in:
milicevicivan 2026-02-06 22:45:15 +01:00 committed by GitHub
parent b8f661a47c
commit 67169771ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 },
};