Add hebrew

This commit is contained in:
dragongoose 2023-07-19 20:24:46 -04:00
parent 4c525432d1
commit 1499ea2f8a
No known key found for this signature in database
GPG Key ID: 01397EEC371CDAA5
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
export default { export default {
setup() { setup() {
return { return {
langs: ['en-US', 'es-ES', 'nl-NL', 'pt-PT', 'fa-IR', 'he_IL'], langs: ['en-US', 'es-ES', 'nl-NL', 'pt-PT', 'fa-IR', 'he-IL'],
names: ['English', 'Español', 'Nederlands', 'Português', 'فارسی', 'עִבְרִית'] names: ['English', 'Español', 'Nederlands', 'Português', 'فارسی', 'עִבְרִית']
} }
}, },

View File

@ -17,6 +17,6 @@ export default createI18n({
'nl-NL': nl, 'nl-NL': nl,
'pt-PT': pt, 'pt-PT': pt,
'fa-IR': fa, 'fa-IR': fa,
'he_IL': he, 'he-IL': he,
} }
}) })