fix(l10n): Make en the default fallback language.

This commit is contained in:
Marcel 2020-10-12 06:44:41 +00:00
parent 6a6845406a
commit 4f272efbb5
1 changed files with 2 additions and 1 deletions

View File

@ -2,3 +2,4 @@ arb-dir: lib/l10n
template-arb-file: intl_en.arb
output-localization-file: l10n.dart
output-class: L10n
preferred-supported-locales: ["en"]