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