Skip to content

Commit

Permalink
Martin prefers hyphens to underscores (#2207)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor committed Jul 9, 2024
1 parent b075e17 commit b68f563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ jobs:
done
- name: Build translation report
run: i18n-report book/html/translation_report.html po/*.po
run: i18n-report book/html/translation-report.html po/*.po

- name: Build synced translation report
run: |
cp -r po synced-po
MDBOOK_OUTPUT='{"xgettext": {"pot-file": "messages.pot", "granularity": 0}}' mdbook build -d synced-po
for file in synced-po/*.po; do msgmerge --update $file synced-po/messages.pot ; done
i18n-report book/html/synced_translation_report.html synced-po/*.po
i18n-report book/html/synced-translation-report.html synced-po/*.po
- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit b68f563

Please sign in to comment.