diff --git a/.github/workflows/weblate.yml b/.github/workflows/weblate.yml index 14a8259..9466fca 100644 --- a/.github/workflows/weblate.yml +++ b/.github/workflows/weblate.yml @@ -18,6 +18,10 @@ jobs: git fetch weblate git merge weblate/master + - name: Regenerate l10n_from_string + run: | + dart run scripts/gen_l10n_from_string.dart + - name: Create Pull Request uses: peter-evans/create-pull-request@v3.12.0 with: