Add translation
This commit is contained in:
@ -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,
|
||||
}
|
||||
})
|
||||
|
Submodule src/locales updated: 06be030adc...e006498953
Reference in New Issue
Block a user