Actions & PR Template verbessern #223

Merged
flixcoo merged 42 commits from setup/222-actions-&-pr-template-verbessern into development 2026-05-22 19:13:00 +00:00
Showing only changes of commit eef22dab72 - Show all commits

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