Merge branch 'MTRNord/fix-language-fallback' into 'main'
fix(l10n): Make en the default fallback language. See merge request ChristianPauly/fluffychat-flutter!218
This commit is contained in:
commit
e77d5a6dca
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
arb-dir: lib/l10n
|
||||
template-arb-file: intl_en.arb
|
||||
output-localization-file: l10n.dart
|
||||
output-class: L10n
|
||||
output-class: L10n
|
||||
preferred-supported-locales: ["en"]
|
Loading…
Add table
Reference in a new issue