We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a0360 commit 69ab917Copy full SHA for 69ab917
.github/workflows/tests.yml
@@ -69,6 +69,7 @@ jobs:
69
pip install --upgrade pip
70
pip install -r requirements.txt
71
- name: Remove locale file for testing
72
+ shell: bash
73
run: rm -rf locales/pt_BR/
74
- run: python babel_runner.py extract
75
- run: python babel_runner.py init -l pt_BR
0 commit comments