You've already forked comprehensive-rust
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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,7 +4,6 @@ target/
|
||||
*.bin
|
||||
|
||||
# Translation artifacts
|
||||
po/messages.pot
|
||||
po/*.mo
|
||||
po/*.po~
|
||||
|
||||
|
Reference in New Issue
Block a user