Add hebrew
This commit is contained in:
parent
4c525432d1
commit
1499ea2f8a
@ -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', 'فارسی', 'עִבְרִית']
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -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,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user