Skip to content

Commit 95d3ec4

Browse files
committed
comment out en locale
1 parent c5fe1a8 commit 95d3ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class MyApp extends StatelessWidget {
1818
return MaterialApp(
1919
title: 'SMASH Import/Export Plugins Example',
2020
//locale: Locale('ja', 'JP'),
21-
locale: Locale('en', 'US'),
21+
//locale: Locale('en', 'US'),
2222
localizationsDelegates: [
2323
IEL.delegate,
2424
GlobalMaterialLocalizations.delegate,

0 commit comments

Comments
 (0)