Skip to content

Commit

Permalink
Fixed FallbackTranslations
Browse files Browse the repository at this point in the history
  • Loading branch information
guyluz11 committed Jun 25, 2024
1 parent 678b791 commit 5799438
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ void main() async {
],
path: 'assets/translations',
fallbackLocale: const Locale('en', 'US'),
useFallbackTranslations: true,
child: const MyApp(),
),
);
Expand Down

0 comments on commit 5799438

Please sign in to comment.