Skip to content

Commit

Permalink
Added support for Italian language in example
Browse files Browse the repository at this point in the history
  • Loading branch information
alegos27 committed Feb 17, 2023
1 parent 37f07ad commit df28421
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class MyApp extends StatelessWidget {
const Locale('lt'),
const Locale('ku'),
const Locale('nl'),
const Locale('it'),
const Locale.fromSubtags(
languageCode: 'zh',
scriptCode: 'Hans'), // Generic Simplified Chinese 'zh_Hans'
Expand Down

0 comments on commit df28421

Please sign in to comment.