Fix typo in gen_l10n_types.dart (#159035)

This pull request fixes a typo.
This commit is contained in:
userFortyTwo 2024-11-25 16:05:03 +01:00 committed by GitHub
parent b5331b3e1b
commit d527f6ee10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -639,7 +639,7 @@ class AppResourceBundle {
'The locale specified in @@locale and the arb filename do not match. \n'
'Please make sure that they match, since this prevents any confusion \n'
'with which locale to use. Otherwise, specify the locale in either the \n'
'filename of the @@locale key only.\n'
'filename or the @@locale key only.\n'
'Current @@locale value: $localeString\n'
'Current filename extension: $parserLocaleString'
);