1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-08-11 01:12:11 +02:00

Diff translations on every PR (#2214)

This uses a new mode of `i18n-report` to summarise the differences in
translations as an action on each PR.
This commit is contained in:
Andrew Walbran
2024-07-13 12:26:16 +01:00
committed by GitHub
parent 19e0660505
commit d1b82a8e5c
3 changed files with 27 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ runs:
shell: bash
- name: Install i18n-report
run: cargo install i18n-report --locked --version 0.1.0
run: cargo install i18n-report --locked --version 0.2.0
shell: bash
- name: Install mdbook-exerciser