Skip to content

Commit

Permalink
feat: add new locales to example app
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Aug 7, 2021
1 parent 5b22e0b commit 096e45f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/lib/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ final _supportedLocales = [
const Locale('de'),
const Locale('en'),
const Locale('es'),
const Locale('fr'),
const Locale('it'),
const Locale('ja'),
const Locale('pt'),
const Locale('zh', 'CN'),
const Locale('zh', 'TW'),
];
Expand Down

0 comments on commit 096e45f

Please sign in to comment.