From 7fb5540bf800972afb7701ceb00dd7e3dab56ea5 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Fri, 22 May 2026 15:28:48 +0200 Subject: [PATCH] fix: pipeline --- .gitea/workflows/pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index 1a21713..79eabbb 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -83,7 +83,7 @@ jobs: - name: Check for untranslated messages run: | - flutter pub run intl_utils:generate --output-dir=lib/l10n --no-use-deferred-loading + flutter gen-รถ10n --no-use-deferred-loading UNTRANSLATED_FILE=lib/l10n/untranslated_messages.json if [ ! -f "$UNTRANSLATED_FILE" ]; then