Skip to content

Commit

Permalink
comment out en locale
Browse files Browse the repository at this point in the history
  • Loading branch information
sanak committed Jan 8, 2023
1 parent c5fe1a8 commit 95d3ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class MyApp extends StatelessWidget {
return MaterialApp(
title: 'SMASH Import/Export Plugins Example',
//locale: Locale('ja', 'JP'),
locale: Locale('en', 'US'),
//locale: Locale('en', 'US'),
localizationsDelegates: [
IEL.delegate,
GlobalMaterialLocalizations.delegate,
Expand Down

0 comments on commit 95d3ec4

Please sign in to comment.