build: rm ignored en-US (#6790)

This commit is contained in:
Zach Pomerantz 2023-06-16 13:05:49 -05:00 committed by GitHub
parent 5bec0b78da
commit eb802266e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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'