Update resources.ts

This commit is contained in:
milicevicivan 2026-02-12 20:51:01 +01:00 committed by GitHub
parent 40de18fa7b
commit 7a7cf9847c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,7 @@ import mk from './locales/mk.json';
import ru from './locales/ru.json';
import fil from './locales/fil.json';
import nlNL from './locales/nl-NL.json';
import ro from './locales/ro.json';
export const resources = {
en: { translation: en },
@ -45,4 +46,5 @@ export const resources = {
ru: { translation: ru },
fil: { translation: fil },
'nl-NL': { translation: nlNL },
ro: { translation: ro },
};