Update resources.ts

This commit is contained in:
milicevicivan 2026-02-12 21:29:02 +01:00 committed by GitHub
parent 65b7403abc
commit 69eb15942f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,7 @@ 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';
import sq from './locales/sq.json';
export const resources = {
en: { translation: en },
@ -47,4 +48,5 @@ export const resources = {
fil: { translation: fil },
'nl-NL': { translation: nlNL },
ro: { translation: ro },
sq: { translation: sq },
};