From 1a1918fd7144f13e8d9ede610f9eedf452c148f9 Mon Sep 17 00:00:00 2001 From: Kevin Wang Date: Fri, 31 Mar 2023 09:05:33 -0400 Subject: [PATCH] fix: default to English if no matching locale (#979) --- l10n.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/l10n.yaml b/l10n.yaml index 4e6692e55..e0db7d88f 100644 --- a/l10n.yaml +++ b/l10n.yaml @@ -1,3 +1,5 @@ arb-dir: lib/l10n template-arb-file: app_en.arb -output-localization-file: app_localizations.dart \ No newline at end of file +output-localization-file: app_localizations.dart +preferred-supported-locales: + - en