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
40de18fa7b
commit
7a7cf9847c
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ import mk from './locales/mk.json';
|
|||
import ru from './locales/ru.json';
|
||||
import fil from './locales/fil.json';
|
||||
import nlNL from './locales/nl-NL.json';
|
||||
import ro from './locales/ro.json';
|
||||
|
||||
export const resources = {
|
||||
en: { translation: en },
|
||||
|
|
@ -45,4 +46,5 @@ export const resources = {
|
|||
ru: { translation: ru },
|
||||
fil: { translation: fil },
|
||||
'nl-NL': { translation: nlNL },
|
||||
ro: { translation: ro },
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue