mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-11-23 14:09:41 +00:00
Add hungarian support
This commit is contained in:
parent
2fbc671503
commit
6fb54fc09b
2
i18n.js
2
i18n.js
@ -16,6 +16,7 @@ import de from './langs/de.json';
|
||||
import es from './langs/es.json';
|
||||
import es_AR from './langs/es_AR.json';
|
||||
import fr from './langs/fr.json';
|
||||
import hu from './langs/hu.json';
|
||||
import it from './langs/it.json';
|
||||
import ja from './langs/ja.json';
|
||||
import ko from './langs/ko.json';
|
||||
@ -39,6 +40,7 @@ const resources = {
|
||||
es: { translation: es },
|
||||
'es-AR': { translation: es_AR },
|
||||
fr: { translation: fr },
|
||||
hu: { translation: hu },
|
||||
it: { translation: it },
|
||||
ja: { translation: ja },
|
||||
ko: { translation: ko },
|
||||
|
Loading…
Reference in New Issue
Block a user