We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7c059 commit 65a0360Copy full SHA for 65a0360
.github/workflows/tests.yml
@@ -68,6 +68,8 @@ jobs:
68
run: |
69
pip install --upgrade pip
70
pip install -r requirements.txt
71
+ - name: Remove locale file for testing
72
+ run: rm -rf locales/pt_BR/
73
- run: python babel_runner.py extract
74
- run: python babel_runner.py init -l pt_BR
75
- run: python babel_runner.py update
0 commit comments