Add translation
This commit is contained in:
parent
87ca3b79d6
commit
a500e31ed0
@ -12,8 +12,8 @@
|
||||
export default {
|
||||
setup() {
|
||||
return {
|
||||
langs: ['en-US', 'es-ES', 'nl-NL', 'pt-PT', 'fa-IR'],
|
||||
names: ['English', 'Español', 'Nederlands', 'Português', 'فارسی']
|
||||
langs: ['en-US', 'es-ES', 'nl-NL', 'pt-PT', 'fa-IR', 'he_IL'],
|
||||
names: ['English', 'Español', 'Nederlands', 'Português', 'فارسی', 'עִבְרִית']
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
@ -4,6 +4,7 @@ import es from '@/locales/es.json'
|
||||
import nl from '@/locales/nl.json'
|
||||
import pt from '@/locales/pt.json'
|
||||
import fa from '@/locales/fa.json'
|
||||
import he from '@/locales/he.json'
|
||||
|
||||
export default createI18n({
|
||||
legacy: false,
|
||||
@ -16,5 +17,6 @@ export default createI18n({
|
||||
'nl-NL': nl,
|
||||
'pt-PT': pt,
|
||||
'fa-IR': fa,
|
||||
'he_IL': he,
|
||||
}
|
||||
})
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 06be030adc22ceb02bca215a12c9ae4fc0b56208
|
||||
Subproject commit e006498953d4b13e6de7ec001ab219da50d0e418
|
Loading…
x
Reference in New Issue
Block a user