mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-26 11:02:53 +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 fil from './locales/fil.json';
|
||||||
import nlNL from './locales/nl-NL.json';
|
import nlNL from './locales/nl-NL.json';
|
||||||
import ro from './locales/ro.json';
|
import ro from './locales/ro.json';
|
||||||
|
import sq from './locales/sq.json';
|
||||||
|
|
||||||
export const resources = {
|
export const resources = {
|
||||||
en: { translation: en },
|
en: { translation: en },
|
||||||
|
|
@ -47,4 +48,5 @@ export const resources = {
|
||||||
fil: { translation: fil },
|
fil: { translation: fil },
|
||||||
'nl-NL': { translation: nlNL },
|
'nl-NL': { translation: nlNL },
|
||||||
ro: { translation: ro },
|
ro: { translation: ro },
|
||||||
|
sq: { translation: sq },
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue