Skip to content

Commit

Permalink
Update to mdbook-i18n-helpers 0.3.0 (#1460)
Browse files Browse the repository at this point in the history
This version has much improved support for the translation of code
blocks. See google/mdbook-i18n-helpers#95 for
details.

Most PO files won’t need any update since most of them don’t translate
the comments in the code blocks. Those that do, can run
`mdbook-i18n-normalize` when they feel like it.
  • Loading branch information
mgeisler authored Nov 11, 2023
1 parent 25c8bb0 commit 031cb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install-mdbook/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
shell: bash

- name: Install mdbook-i18n-helpers
run: cargo install mdbook-i18n-helpers --locked --version 0.2.4
run: cargo install mdbook-i18n-helpers --locked --version 0.3.0
shell: bash

- name: Install mdbook-exerciser
Expand Down

0 comments on commit 031cb4f

Please sign in to comment.