2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-07-08 04:17:26 +02:00

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

@ -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"]