chore: update l10n workflow

This commit is contained in:
cogwheel0
2025-09-07 13:17:34 +05:30
parent fcbf41a9dd
commit c0902c1ad1
3 changed files with 17 additions and 5 deletions

View File

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