Fix typo in gen_l10n_types.dart (#159035)
This pull request fixes a typo.
This commit is contained in:
parent
b5331b3e1b
commit
d527f6ee10
@ -639,7 +639,7 @@ class AppResourceBundle {
|
|||||||
'The locale specified in @@locale and the arb filename do not match. \n'
|
'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'
|
'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'
|
'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 @@locale value: $localeString\n'
|
||||||
'Current filename extension: $parserLocaleString'
|
'Current filename extension: $parserLocaleString'
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user