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('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'),
|
||||||
|
@ -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":
|
||||||
|
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",
|
"fa",
|
||||||
"fr-CA",
|
"fr-CA",
|
||||||
"fr-FR",
|
"fr-FR",
|
||||||
|
"he",
|
||||||
"hu-HU",
|
"hu-HU",
|
||||||
"id-ID",
|
"id-ID",
|
||||||
"it-IT",
|
"it-IT",
|
||||||
|
Loading…
Reference in New Issue
Block a user