fix: pipeline
All checks were successful
Pull Request Pipeline / lint (pull_request) Has been skipped
Pull Request Pipeline / test (pull_request) Has been skipped
Pull Request Pipeline / localizations (pull_request) Successful in 24s

This commit is contained in:
2026-05-22 15:29:34 +02:00
parent 7fb5540bf8
commit eef22dab72

View File

@@ -83,7 +83,7 @@ jobs:
- name: Check for untranslated messages
run: |
flutter gen-ö10n --no-use-deferred-loading
flutter gen-l10n --no-use-deferred-loading
UNTRANSLATED_FILE=lib/l10n/untranslated_messages.json
if [ ! -f "$UNTRANSLATED_FILE" ]; then