Skip to content

Commit

Permalink
Update po.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiangirlea committed Jun 23, 2023
1 parent fa5459c commit 56b084e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/po.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ jobs:
pip install sphinx sphinx-intl
- name: Update PO Files
run: sphinx-intl update -p . -l pt # Modify the language code as needed
run: |
make gettext
sphinx-intl update -p _build/gettext -l pt
make -e SPHINXOPTS="-Dlanguage='pt'" html

0 comments on commit 56b084e

Please sign in to comment.