mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-03-20 06:21:09 +02:00
Martin prefers hyphens to underscores (#2207)
This commit is contained in:
parent
b075e17117
commit
b68f563e45
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -55,14 +55,14 @@ jobs:
|
|||||||
done
|
done
|
||||||
|
|
||||||
- name: Build translation report
|
- 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
|
- name: Build synced translation report
|
||||||
run: |
|
run: |
|
||||||
cp -r po synced-po
|
cp -r po synced-po
|
||||||
MDBOOK_OUTPUT='{"xgettext": {"pot-file": "messages.pot", "granularity": 0}}' mdbook build -d 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
|
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
|
- name: Setup Pages
|
||||||
uses: actions/configure-pages@v5
|
uses: actions/configure-pages@v5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user