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('el', 'GR'),
Locale('fr', 'FR'), Locale('fr', 'FR'),
Locale('fr', 'CA'), Locale('fr', 'CA'),
Locale('he'),
Locale('hu', 'HU'), Locale('hu', 'HU'),
Locale('id', 'ID'), Locale('id', 'ID'),
Locale('it', 'IT'), Locale('it', 'IT'),

View File

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

File diff suppressed because it is too large Load Diff

View File

@ -13,6 +13,7 @@
"fa", "fa",
"fr-CA", "fr-CA",
"fr-FR", "fr-FR",
"he",
"hu-HU", "hu-HU",
"id-ID", "id-ID",
"it-IT", "it-IT",