diff --git a/gallery/gallery/tool/grind.dart b/gallery/gallery/tool/grind.dart index 414aab769..98cca0b05 100644 --- a/gallery/gallery/tool/grind.dart +++ b/gallery/gallery/tool/grind.dart @@ -37,6 +37,7 @@ Future generateLocalizations() async { '--template-arb-file=intl_en_US.arb', '--output-localization-file=gallery_localizations.dart', '--output-class=GalleryLocalizations', + '--preferred-supported-locales=["en_US"]' ]); await format(path: path.join('lib', 'l10n')); }