chore: update l10n workflow
This commit is contained in:
4
.github/workflows/l10n.yml
vendored
4
.github/workflows/l10n.yml
vendored
@@ -21,8 +21,8 @@ jobs:
|
||||
- run: flutter pub run build_runner build --delete-conflicting-outputs
|
||||
- name: Generate localizations
|
||||
run: flutter gen-l10n --arb-dir=lib/l10n --output-dir=lib/l10n --template-arb-file=app_en.arb --output-localization-file=app_localizations.dart
|
||||
- name: Analyze
|
||||
run: flutter analyze
|
||||
- name: Analyze (non-fatal infos/warnings)
|
||||
run: flutter analyze --no-fatal-warnings --no-fatal-infos
|
||||
- name: Verify ARB descriptions
|
||||
run: dart run tool/verify_arb_descriptions.dart
|
||||
- name: Validate ARB locales and placeholders
|
||||
|
||||
Reference in New Issue
Block a user