chore: update Hebrew translation (#5738)

* Added Hebrew initial infra.

* chore: update translations with Fink 🐦

* chore: update translations with Fink 🐦

* Hebrew translation.

* Hebrew update.

---------

Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
This commit is contained in:
Yaron Shahrabani 2024-07-22 05:00:24 +03:00 committed by GitHub
parent 9361afd573
commit d5544af6c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 2094 additions and 1 deletions

View File

@ -74,6 +74,7 @@ class InitAppWidgetTask extends LaunchTask {
Locale('el', 'GR'),
Locale('fr', 'FR'),
Locale('fr', 'CA'),
Locale('he'),
Locale('hu', 'HU'),
Locale('id', 'ID'),
Locale('it', 'IT'),

View File

@ -48,6 +48,8 @@ String languageFromLocale(Locale locale) {
default:
return locale.languageCode;
}
case "he":
return "עברית";
case "hu":
return "Magyar";
case "id":

File diff suppressed because it is too large Load Diff

View File

@ -13,6 +13,7 @@
"fa",
"fr-CA",
"fr-FR",
"he",
"hu-HU",
"id-ID",
"it-IT",
@ -43,4 +44,4 @@
"@:"
]
}
}
}