Update resources.ts

This commit is contained in:
milicevicivan 2026-02-06 00:18:21 +01:00 committed by GitHub
parent c121a0bd30
commit 984aac52d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,6 +17,7 @@ import pl from './locales/pl.json';
import cs from './locales/cs.json';
import tr from './locales/tr.json';
import sl from './locales/sl.json';
import mk from './locales/mk.json';
export const resources = {
en: { translation: en },
@ -37,4 +38,5 @@ export const resources = {
cs: { translation: cs },
tr: { translation: tr },
sl: { translation: sl },
mk: { translation: mk },
};