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
65b7403abc
commit
69eb15942f
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ 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';
|
||||
import sq from './locales/sq.json';
|
||||
|
||||
export const resources = {
|
||||
en: { translation: en },
|
||||
|
|
@ -47,4 +48,5 @@ export const resources = {
|
|||
fil: { translation: fil },
|
||||
'nl-NL': { translation: nlNL },
|
||||
ro: { translation: ro },
|
||||
sq: { translation: sq },
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue