Update resources.ts

This commit is contained in:
milicevicivan 2026-02-06 15:25:10 +01:00 committed by GitHub
parent b3c25915c6
commit d2e628f174
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,7 @@ import cs from './locales/cs.json';
import tr from './locales/tr.json';
import sl from './locales/sl.json';
import mk from './locales/mk.json';
import ru from './locales/ru.json';
export const resources = {
en: { translation: en },
@ -39,4 +40,5 @@ export const resources = {
tr: { translation: tr },
sl: { translation: sl },
mk: { translation: mk },
ru: { translation: ru },
};