mirror of
https://github.com/Lissy93/dashy.git
synced 2025-11-03 04:34:32 +01:00
🇭🇺 Add Hungarian language support
This commit is contained in:
parent
4d88d1394d
commit
772026a17f
@ -10,6 +10,7 @@ import el from '@/assets/locales/el.json';
|
||||
import es from '@/assets/locales/es.json';
|
||||
import fr from '@/assets/locales/fr.json';
|
||||
import hi from '@/assets/locales/hi.json';
|
||||
import hu from '@/assets/locales/hu.json';
|
||||
import it from '@/assets/locales/it.json';
|
||||
import ja from '@/assets/locales/ja.json';
|
||||
import ko from '@/assets/locales/ko.json';
|
||||
@ -98,6 +99,12 @@ export const languages = [
|
||||
locale: hi,
|
||||
flag: '🇮🇳',
|
||||
},
|
||||
{ // Hungarian
|
||||
name: 'Magyar',
|
||||
code: 'hu',
|
||||
locale: hu,
|
||||
flag: '🇭🇺',
|
||||
},
|
||||
{ // Italian
|
||||
name: 'Italiano',
|
||||
code: 'it',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user