Skip to content

Commit

Permalink
Update sphinx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiangirlea committed Jun 23, 2023
1 parent 83f2b5f commit 47f6693
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Dynamically update .po files for all languages
run: |
for lang_dir in $(find locales -type d -name LC_MESSAGES); do
echo "Processing language directory: $lang_dir"
lang_code=$(basename $(dirname "$lang_dir"))
sphinx-intl update -p . -l "$lang_code"
done
Expand Down

0 comments on commit 47f6693

Please sign in to comment.