Skip to content

Commit b3bb579

Browse files
Merge branch 'move_locales_dir' into attempt
2 parents 1be03ac + 1f533f0 commit b3bb579

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
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/

python_docs_theme/locales/pt_BR/LC_MESSAGES/messages.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ msgid ""
110110
"%(sphinx_version)s."
111111
msgstr ""
112112
"Criado usando <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> "
113-
"%(sphinx_version)s."
113+
"%(sphinx_version)s."

0 commit comments

Comments
 (0)