mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-28 13:28:48 +00:00
Add Bulgarian translations to resources
This commit is contained in:
parent
85ac2e810f
commit
52bfa24a20
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ import hi from './locales/hi.json';
|
|||
import zhCN from './locales/zh-CN.json';
|
||||
import sr from './locales/sr.json';
|
||||
import he from './locales/he.json';
|
||||
import bg from './locales/bg.json';
|
||||
|
||||
export const resources = {
|
||||
en: { translation: en },
|
||||
|
|
@ -27,4 +28,5 @@ export const resources = {
|
|||
hi: { translation: hi },
|
||||
sr: { translation: sr },
|
||||
he: { translation: he },
|
||||
bg: { translation: bg },
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue