mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-11-10 10:18:57 +03:00
fix: add indonesian translation
This commit is contained in:
parent
ab89aa2ba9
commit
22398985b6
@ -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 New Issue
Block a user