mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-02 21:54:46 +00:00
Added Serbian
This commit is contained in:
parent
385fb8b96d
commit
bff70c8d6b
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ import de from './locales/de.json';
|
||||||
import hr from './locales/hr.json';
|
import hr from './locales/hr.json';
|
||||||
import hi from './locales/hi.json';
|
import hi from './locales/hi.json';
|
||||||
import zhCN from './locales/zh-CN.json';
|
import zhCN from './locales/zh-CN.json';
|
||||||
|
import sr from './locales/sr.json';
|
||||||
|
|
||||||
export const resources = {
|
export const resources = {
|
||||||
en: { translation: en },
|
en: { translation: en },
|
||||||
|
|
@ -23,4 +24,5 @@ export const resources = {
|
||||||
hr: { translation: hr },
|
hr: { translation: hr },
|
||||||
'zh-CN': { translation: zhCN },
|
'zh-CN': { translation: zhCN },
|
||||||
hi: { translation: hi },
|
hi: { translation: hi },
|
||||||
|
sr: { translation: hr },
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue