The plugins here makes it easy to translate documentation written in
mdbook
into multiple languages.
Support for translations is a
long-stading feature request for mdbook
.
Run
$ cargo install mdbook-i18n-helpers
Please see USAGE for how to translate your mdbook
project.
You can customize the plugins in your book.toml
file.
output.xgettext.pot-file
(no default, required): Set this to the path of your POT file. A typical value ismessages.pot
, see examples in USAGE.output.xgettext.granularity
(default:1
): Set this to n to round all line numbers down to the nearest multiple of n. Set this to0
to remove line numbers completely from the PO file. This can help reduce churn in your PO files when messages edited.
Please see the CHANGELOG for details on the major changes in each release.
For questions or comments, please contact Martin Geisler or start a discussion. We would love to hear from you.
This is not an officially supported Google product.