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 7171 pip install -r requirements.txt
7272 - name : Remove locale file for testing
7373 shell : bash
74- run : rm -rf locales/pt_BR/
74+ run : rm -rf python_docs_theme/ locales/pt_BR/
7575 - run : python babel_runner.py extract
7676 - run : python babel_runner.py init -l pt_BR
7777 - run : python babel_runner.py update
@@ -80,10 +80,10 @@ jobs:
8080 - run : python babel_runner.py compile -l pt_BR
8181 - name : Print .pot file
8282 shell : bash
83- run : cat locales/messages.pot
83+ run : cat python_docs_theme/ locales/messages.pot
8484 - name : Print .po file
8585 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
8787 - name : list files in locales dir
8888 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 ""
110110"%(sphinx_version)s."
111111msgstr ""
112112"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