File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
python_docs_theme/locales/pt_BR/LC_MESSAGES Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 71
71
pip install -r requirements.txt
72
72
- name : Remove locale file for testing
73
73
shell : bash
74
- run : rm -rf locales/pt_BR/
74
+ run : rm -rf python_docs_theme/ locales/pt_BR/
75
75
- run : python babel_runner.py extract
76
76
- run : python babel_runner.py init -l pt_BR
77
77
- run : python babel_runner.py update
@@ -80,10 +80,10 @@ jobs:
80
80
- run : python babel_runner.py compile -l pt_BR
81
81
- name : Print .pot file
82
82
shell : bash
83
- run : cat locales/messages.pot
83
+ run : cat python_docs_theme/ locales/messages.pot
84
84
- name : Print .po file
85
85
shell : bash
86
- run : cat locales/pt_BR/LC_MESSAGES/messages.po
86
+ run : cat python_docs_theme/ locales/pt_BR/LC_MESSAGES/messages.po
87
87
- name : list files in locales dir
88
88
shell : bash
89
- run : ls -R locales/
89
+ run : ls -R python_docs_theme/ locales/
Original file line number Diff line number Diff line change @@ -110,4 +110,4 @@ msgid ""
110
110
"%(sphinx_version)s."
111
111
msgstr ""
112
112
"Criado usando <a href=\" https://www.sphinx-doc.org/\" >Sphinx</a> "
113
- "%(sphinx_version)s."
113
+ "%(sphinx_version)s."
You can’t perform that action at this time.
0 commit comments