From 5cb47a588fd4770544f8de833eef034c2ef8eb39 Mon Sep 17 00:00:00 2001 From: Henry Date: Thu, 19 Feb 2026 21:38:23 +0000 Subject: [PATCH] fix: update file pattern for translation workflow --- .github/workflows/translate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translate.yml b/.github/workflows/translate.yml index 95886ca0..5ff53294 100644 --- a/.github/workflows/translate.yml +++ b/.github/workflows/translate.yml @@ -40,6 +40,6 @@ jobs: run: | git config --local user.email "${{ github.actor }}@users.noreply.github.com" git config --local user.name "${{ github.actor }}" - git add apps/web/src/locales/*/messages.{js,ts} + git add apps/web/src/locales/*/messages.ts git diff --staged --quiet || git commit -m "chore: compile translations" git push