1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-12-15 14:27:50 +02:00

Update to mdbook-i18n-helpers 0.3.0 (#1460)

This version has much improved support for the translation of code
blocks. See https://github.com/google/mdbook-i18n-helpers/issues/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.
This commit is contained in:
Martin Geisler 2023-11-11 16:10:13 +01:00 committed by GitHub
parent 25c8bb0135
commit 031cb4fb89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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