Update resources.ts

This commit is contained in:
milicevicivan 2026-02-05 22:26:12 +01:00 committed by GitHub
parent 61024439f9
commit db1dc0c216
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,7 @@ import bg from './locales/bg.json';
import pl from './locales/pl.json';
import cs from './locales/cs.json';
import tr from './locales/tr.json';
import sl from './locales/sl.json';
export const resources = {
en: { translation: en },
@ -35,4 +36,5 @@ export const resources = {
pl: { translation: pl },
cs: { translation: cs },
tr: { translation: tr },
sl: { translation: sl },
};