Skip to content

Commit

Permalink
use default localization (#2258)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppupha authored Oct 24, 2024
1 parent da6367b commit f3d7186
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 @@ -146,6 +146,7 @@ Future<void> _setupApp() async {
supportedLocales: const [Locale('en', 'US'), Locale('ja')],
path: 'assets/translations',
fallbackLocale: const Locale('en', 'US'),
useFallbackTranslations: true,
child: const OverlaySupport.global(
child: AutonomyApp(),
),
Expand Down

0 comments on commit f3d7186

Please sign in to comment.