From f422b341d163a88acfd2f7efada556e956005d5b Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 19 Aug 2025 16:13:35 -0500 Subject: [PATCH] chore: generate mobile translation file in GHA (#21070) --- .github/workflows/static_analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static_analysis.yml b/.github/workflows/static_analysis.yml index 6210d93cc1..d9b8c1fc0d 100644 --- a/.github/workflows/static_analysis.yml +++ b/.github/workflows/static_analysis.yml @@ -68,7 +68,7 @@ jobs: working-directory: ./mobile - name: Generate translation file - run: make translation + run: dart run easy_localization:generate -S ../i18n && dart run bin/generate_keys.dart - name: Run Build Runner run: make build