From ee7cee91ded183821d1f5490646c2a305467167a Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Thu, 9 Nov 2023 15:04:51 +0100 Subject: [PATCH] Update to mdbook-i18n-helpers 0.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- .github/workflows/install-mdbook/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install-mdbook/action.yml b/.github/workflows/install-mdbook/action.yml index 7a1e58154a2..27e73293a39 100644 --- a/.github/workflows/install-mdbook/action.yml +++ b/.github/workflows/install-mdbook/action.yml @@ -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