Skip to content

Commit

Permalink
Merge pull request #671 from TMuthu/dev
Browse files Browse the repository at this point in the history
Removed extra comment
  • Loading branch information
guyluz11 authored Oct 2, 2023
2 parents 7c9147a + c23864a commit 46e2d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Future<Unit> main() async {
Locale('th', 'TH'),
Locale('zh', 'TW'),
],
path: 'assets/translations', // <-- change patch to your
path: 'assets/translations',
fallbackLocale: const Locale('en', 'US'),
child: Provider.value(
value: adState,
Expand Down

0 comments on commit 46e2d60

Please sign in to comment.