mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-04 08:49:52 +00:00
Update resources.ts
This commit is contained in:
parent
b8f661a47c
commit
67169771ec
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ import tr from './locales/tr.json';
|
|||
import sl from './locales/sl.json';
|
||||
import mk from './locales/mk.json';
|
||||
import ru from './locales/ru.json';
|
||||
import fil from './locales/fil.json';
|
||||
|
||||
export const resources = {
|
||||
en: { translation: en },
|
||||
|
|
@ -41,4 +42,5 @@ export const resources = {
|
|||
sl: { translation: sl },
|
||||
mk: { translation: mk },
|
||||
ru: { translation: ru },
|
||||
fil: { translation: fil },
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue