From 031cb4fb891f92f44413ae4310ca48f69a390306 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Sat, 11 Nov 2023 16:10:13 +0100 Subject: [PATCH] Update to mdbook-i18n-helpers 0.3.0 (#1460) 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 7a1e5815..27e73293 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