1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-08-25 20:29:09 +02:00

Include xgettext as optional output (#2244)

Instead of asking the translators to run a complicated command to
generate the `messages.pot` file, we now simply include the
configuration in the versioned `book.toml` file.

This makes it much easier for us to update the configuration: we just
push a new version of `book.toml`. It also makes life easier for the
translators.
This commit is contained in:
Martin Geisler
2024-07-23 10:51:13 +02:00
committed by GitHub
parent 95eb00be5d
commit ad9b41cd6c
3 changed files with 24 additions and 20 deletions

1
.gitignore vendored
View File

@@ -4,7 +4,6 @@ target/
*.bin
# Translation artifacts
po/messages.pot
po/*.mo
po/*.po~