We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5331b3 commit d527f6eCopy full SHA for d527f6e
1 file changed
packages/flutter_tools/lib/src/localizations/gen_l10n_types.dart
@@ -639,7 +639,7 @@ class AppResourceBundle {
639
'The locale specified in @@locale and the arb filename do not match. \n'
640
'Please make sure that they match, since this prevents any confusion \n'
641
'with which locale to use. Otherwise, specify the locale in either the \n'
642
- 'filename of the @@locale key only.\n'
+ 'filename or the @@locale key only.\n'
643
'Current @@locale value: $localeString\n'
644
'Current filename extension: $parserLocaleString'
645
);
0 commit comments