mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
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:
parent
9361afd573
commit
d5544af6c5
@ -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'),
|
||||
|
@ -48,6 +48,8 @@ String languageFromLocale(Locale locale) {
|
||||
default:
|
||||
return locale.languageCode;
|
||||
}
|
||||
case "he":
|
||||
return "עברית";
|
||||
case "hu":
|
||||
return "Magyar";
|
||||
case "id":
|
||||
|
2089
frontend/resources/translations/he.json
Normal file
2089
frontend/resources/translations/he.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -13,6 +13,7 @@
|
||||
"fa",
|
||||
"fr-CA",
|
||||
"fr-FR",
|
||||
"he",
|
||||
"hu-HU",
|
||||
"id-ID",
|
||||
"it-IT",
|
||||
@ -43,4 +44,4 @@
|
||||
"@:"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user