File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -64,14 +64,14 @@ jobs:
64
64
cache : pip
65
65
- name : Install dependencies
66
66
run : |
67
- pip install -U pip setuptools
68
- pip install Babel jinja2
69
- - run : python3 babel_runner.py extract
70
- - run : python3 babel_runner.py init -l pt_BR
71
- - run : python3 babel_runner.py update
72
- - run : python3 babel_runner.py update -l pt_BR
73
- - run : python3 babel_runner.py compile
74
- - run : python3 babel_runner.py compile -l pt_BR
67
+ pip install --upgrade pip
68
+ pip install Babel jinja2 setuptools
69
+ - run : python babel_runner.py extract
70
+ - run : python babel_runner.py init -l pt_BR
71
+ - run : python babel_runner.py update
72
+ - run : python babel_runner.py update -l pt_BR
73
+ - run : python babel_runner.py compile
74
+ - run : python babel_runner.py compile -l pt_BR
75
75
- name : Print .pot file
76
76
shell : bash
77
77
run : cat locales/messages.pot
You can’t perform that action at this time.
0 commit comments