mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +00:00
Add Polish language support to resources
This commit is contained in:
parent
de5a17dd9f
commit
eccb7b76d6
1 changed files with 3 additions and 1 deletions
|
|
@ -13,6 +13,7 @@ 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';
|
||||
import pl from './locales/pl.json';
|
||||
|
||||
export const resources = {
|
||||
en: { translation: en },
|
||||
|
|
@ -28,5 +29,6 @@ export const resources = {
|
|||
hi: { translation: hi },
|
||||
sr: { translation: sr },
|
||||
he: { translation: he },
|
||||
bg: { translation: bg },
|
||||
bg: { translation: bg },
|
||||
pl: { translation: pl },
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue