14 releases
| 0.4.0 | Nov 27, 2025 |
|---|---|
| 0.3.6 | Feb 26, 2025 |
| 0.3.5 | Jul 23, 2024 |
| 0.3.2 | Jan 15, 2024 |
| 0.1.0 | Apr 4, 2023 |
#40 in Internationalization (i18n)
29,197 downloads per month
160KB
3.5K
SLoC
Gettext Translation Support for mdbook
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.
Installation
Run
$ cargo install mdbook-i18n-helpers
Please see USAGE for how to translate your mdbook project.
Configuration
You can customize the plugins in your book.toml file.
mdbook-xgettext
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 to0to remove line numbers completely from the PO file. This can help reduce churn in your PO files when messages edited.
Changelog
Please see the CHANGELOG for details on the major changes in each release.
Contact
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.
Dependencies
~11–17MB
~230K SLoC