0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2025-01-03 11:20:07 -05:00

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 {
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', 'فارسی', 'עִבְרִית']
}
},

View file

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