mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +00:00
Update resources.ts
This commit is contained in:
parent
b3c25915c6
commit
d2e628f174
1 changed files with 2 additions and 0 deletions
|
|
@ -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 },
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue