mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-28 11:53:00 +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 tr from './locales/tr.json';
|
||||||
import sl from './locales/sl.json';
|
import sl from './locales/sl.json';
|
||||||
import mk from './locales/mk.json';
|
import mk from './locales/mk.json';
|
||||||
|
import ru from './locales/ru.json';
|
||||||
|
|
||||||
export const resources = {
|
export const resources = {
|
||||||
en: { translation: en },
|
en: { translation: en },
|
||||||
|
|
@ -39,4 +40,5 @@ export const resources = {
|
||||||
tr: { translation: tr },
|
tr: { translation: tr },
|
||||||
sl: { translation: sl },
|
sl: { translation: sl },
|
||||||
mk: { translation: mk },
|
mk: { translation: mk },
|
||||||
|
ru: { translation: ru },
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue