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 29, 2023
1 parent 71956c3 commit d5ca1f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
- name: Install gettext
run: sudo apt install gettext

# List files in locales directory to check if .pot file is present
- name: List files in locales directory
run: ls -l locales

# Update the .po files with the new .pot file using msgmerge
- name: Run msgmerge
run: find locales -regex ".*/LC_MESSAGES/.*\.po$" | xargs -I "{}" msgmerge -U {} locales/index.pot --backup=off
Expand Down

0 comments on commit d5ca1f3

Please sign in to comment.