Skip to content

Commit

Permalink
Add Indonesian to language menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Imran Remtulla committed Sep 29, 2024
1 parent ba6148d commit 1b7c340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ List<MapEntry<Locale, String>> supportedLocales = const [
MapEntry(Locale('da'), 'Dansk'),
MapEntry(Locale('en', 'EO'),
'Esperanto'), // https://github.com/aissat/easy_localization/issues/220#issuecomment-846035493
MapEntry(Locale('in'), 'Bahasa Indonesia')
];
const fallbackLocale = Locale('en');
const localeDir = 'assets/translations';
Expand Down

0 comments on commit 1b7c340

Please sign in to comment.