Skip to content

Commit

Permalink
Remove possibly existing translation file
Browse files Browse the repository at this point in the history
Otherwise init command will be skipped
  • Loading branch information
rffontenelle authored Oct 28, 2024
1 parent bd7c059 commit 65a0360
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
run: |
pip install --upgrade pip
pip install -r requirements.txt
- name: Remove locale file for testing
run: rm -rf locales/pt_BR/
- run: python babel_runner.py extract
- run: python babel_runner.py init -l pt_BR
- run: python babel_runner.py update
Expand Down

0 comments on commit 65a0360

Please sign in to comment.