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
c121a0bd30
commit
984aac52d5
1 changed files with 2 additions and 0 deletions
|
|
@ -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 },
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue