From 4f272efbb5426397fd7edb5b8f0da32cefc6247b Mon Sep 17 00:00:00 2001 From: Marcel Date: Mon, 12 Oct 2020 06:44:41 +0000 Subject: [PATCH] fix(l10n): Make en the default fallback language. --- l10n.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/l10n.yaml b/l10n.yaml index 19636a3..82662ea 100644 --- a/l10n.yaml +++ b/l10n.yaml @@ -1,4 +1,5 @@ arb-dir: lib/l10n template-arb-file: intl_en.arb output-localization-file: l10n.dart -output-class: L10n \ No newline at end of file +output-class: L10n +preferred-supported-locales: ["en"] \ No newline at end of file