mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-01-11 22:40:36 +00:00
https://docs.flutter.dev/release/breaking-changes/flutter-generate-i10n-source The flutter tool will no longer generate a synthetic package:flutter_gen or modify the package_config.json of the app. Applications or tools that referenced package:flutter_gen should instead reference source files generated into the app's source directory directly.
7 lines
No EOL
237 B
YAML
7 lines
No EOL
237 B
YAML
# Run with `flutter gen-l10n`.
|
|
synthetic-package: false
|
|
arb-dir: lib/l10n
|
|
template-arb-file: app_en.arb
|
|
untranslated-messages-file: untranslated_messages.txt
|
|
output-localization-file: app_localizations.dart
|
|
output-dir: lib/l10n/generated |