Skip to content

Commit

Permalink
Fix: Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AmosHuKe committed Feb 21, 2025
1 parent 1339180 commit 36c76d4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions lib/l10n/gen/app_localizations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ abstract class AppL10n {
Locale('zh'),
Locale('zh', 'CN'),
Locale('zh', 'HK'),
Locale('zh', 'TW')
Locale('zh', 'TW'),
];

/// No description provided for @app_bottomNavigationBar_title_home.
Expand Down Expand Up @@ -722,8 +722,10 @@ AppL10n lookupAppL10n(Locale locale) {
return AppL10nZh();
}

throw FlutterError('AppL10n.delegate failed to load unsupported locale "$locale". This is likely '
'an issue with the localizations generation tool. Please file an issue '
'on GitHub with a reproducible sample app and the gen-l10n configuration '
'that was used.');
throw FlutterError(
'AppL10n.delegate failed to load unsupported locale "$locale". This is likely '
'an issue with the localizations generation tool. Please file an issue '
'on GitHub with a reproducible sample app and the gen-l10n configuration '
'that was used.',
);
}

0 comments on commit 36c76d4

Please sign in to comment.