mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-12-01 02:00:25 +00:00
Add Spanish to i18n locales
This commit is contained in:
parent
8b85a2b4b3
commit
8a76ea5d22
@ -153,6 +153,7 @@ const config: NuxtConfig = {
|
||||
{ code: 'cs', iso: 'cs-CZ', name: 'Čeština', file: 'cs.json' },
|
||||
{ code: 'de', iso: 'de-DE', name: 'Deutsch', file: 'de.json' },
|
||||
{ code: 'en', iso: 'en-US', name: 'English', file: 'en-US.json' },
|
||||
{ code: 'es', iso: 'es-ES', name: 'Español (España)', file: 'es.json' },
|
||||
{ code: 'fr', iso: 'fr-FR', name: 'Français', file: 'fr-FR.json' },
|
||||
{ code: 'nb', iso: 'nb-NO', name: 'Bokmål', file: 'nb_NO.json' },
|
||||
{ code: 'nl', iso: 'nl-NL', name: 'Nederlands', file: 'nl.json' },
|
||||
|
Loading…
Reference in New Issue
Block a user