mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-20 16:22:04 +00:00
Add Hebrew localization support
This commit is contained in:
parent
68621a8ca0
commit
c6a53d5852
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ 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';
|
import sr from './locales/sr.json';
|
||||||
|
import he from './locales/he.json';
|
||||||
|
|
||||||
export const resources = {
|
export const resources = {
|
||||||
en: { translation: en },
|
en: { translation: en },
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue