mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-24 09:38:25 +00:00
fix: add indonesian translation
This commit is contained in:
parent
ab89aa2ba9
commit
22398985b6
2 changed files with 3 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ class InitAppWidgetTask extends LaunchTask {
|
|||
Locale('fr', 'FR'),
|
||||
Locale('fr', 'CA'),
|
||||
Locale('hu', 'HU'),
|
||||
Locale('id', 'ID'),
|
||||
Locale('it', 'IT'),
|
||||
Locale('ja', 'JP'),
|
||||
Locale('pt', 'BR'),
|
||||
|
|
|
|||
|
|
@ -26,6 +26,8 @@ String languageFromLocale(Locale locale) {
|
|||
}
|
||||
case "hu":
|
||||
return "Magyar";
|
||||
case "id":
|
||||
return "Bahasa";
|
||||
case "it":
|
||||
return "Italiano";
|
||||
case "ja":
|
||||
|
|
|
|||
Loading…
Reference in a new issue