mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-26 02:52:53 +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 sr from './locales/sr.json';
|
||||||
import he from './locales/he.json';
|
import he from './locales/he.json';
|
||||||
import bg from './locales/bg.json';
|
import bg from './locales/bg.json';
|
||||||
|
import pl from './locales/pl.json';
|
||||||
|
|
||||||
export const resources = {
|
export const resources = {
|
||||||
en: { translation: en },
|
en: { translation: en },
|
||||||
|
|
@ -29,4 +30,5 @@ export const resources = {
|
||||||
sr: { translation: sr },
|
sr: { translation: sr },
|
||||||
he: { translation: he },
|
he: { translation: he },
|
||||||
bg: { translation: bg },
|
bg: { translation: bg },
|
||||||
|
pl: { translation: pl },
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue