From 8c54e38e99a0dd2bff8d3210bf574579f9193c42 Mon Sep 17 00:00:00 2001 From: shilangyu Date: Sun, 16 Jan 2022 14:11:08 +0100 Subject: [PATCH] Regenerate weblate strings on PR --- .github/workflows/weblate.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/weblate.yml b/.github/workflows/weblate.yml index a43eb00..ef5b43b 100644 --- a/.github/workflows/weblate.yml +++ b/.github/workflows/weblate.yml @@ -21,6 +21,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: