mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2025-01-03 11:20:07 -05:00
Add hebrew
This commit is contained in:
parent
4c525432d1
commit
1499ea2f8a
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
export default {
|
||||
setup() {
|
||||
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', 'فارسی', 'עִבְרִית']
|
||||
}
|
||||
},
|
||||
|
|
|
@ -17,6 +17,6 @@ export default createI18n({
|
|||
'nl-NL': nl,
|
||||
'pt-PT': pt,
|
||||
'fa-IR': fa,
|
||||
'he_IL': he,
|
||||
'he-IL': he,
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue