Merge pull request #706 from kakzaki/dev

fix: add indonesian translation
This commit is contained in:
Nathan.fooo 2022-07-25 15:32:46 +08:00 committed by GitHub
commit 99a3004368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -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'),

View File

@ -26,6 +26,8 @@ String languageFromLocale(Locale locale) {
}
case "hu":
return "Magyar";
case "id":
return "Bahasa";
case "it":
return "Italiano";
case "ja":