mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +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 hi from './locales/hi.json';
|
||||
import zhCN from './locales/zh-CN.json';
|
||||
import sr from './locales/sr.json';
|
||||
|
||||
export const resources = {
|
||||
en: { translation: en },
|
||||
|
|
@ -23,4 +24,5 @@ export const resources = {
|
|||
hr: { translation: hr },
|
||||
'zh-CN': { translation: zhCN },
|
||||
hi: { translation: hi },
|
||||
sr: { translation: hr },
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue