mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-24 03:27:43 +00:00
Add Czech language support to resources
This commit is contained in:
parent
4304ec7b54
commit
830fc09774
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ import sr from './locales/sr.json';
|
|||
import he from './locales/he.json';
|
||||
import bg from './locales/bg.json';
|
||||
import pl from './locales/pl.json';
|
||||
import cs from './locales/cs.json';
|
||||
|
||||
export const resources = {
|
||||
en: { translation: en },
|
||||
|
|
@ -31,4 +32,5 @@ export const resources = {
|
|||
he: { translation: he },
|
||||
bg: { translation: bg },
|
||||
pl: { translation: pl },
|
||||
cs: { translation: cs },
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue