From eb802266e1c386f328315f2f12644feecbb86053 Mon Sep 17 00:00:00 2001 From: Zach Pomerantz Date: Fri, 16 Jun 2023 13:05:49 -0500 Subject: [PATCH] build: rm ignored en-US (#6790) --- .github/workflows/1-main-to-staging.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/1-main-to-staging.yml b/.github/workflows/1-main-to-staging.yml index 7ea93c2818..f4f4b8bf6c 100644 --- a/.github/workflows/1-main-to-staging.yml +++ b/.github/workflows/1-main-to-staging.yml @@ -43,6 +43,7 @@ jobs: - name: Add translations run: | + rm src/locales/en-US.po git add src/locales/*.po git commit -m 'ci(t9n): download translations from crowdin'