12 releases
0.3.5 | Jul 23, 2024 |
---|---|
0.3.4 | Jun 14, 2024 |
0.3.3 | May 27, 2024 |
0.3.2 | Jan 15, 2024 |
0.1.0 | Apr 4, 2023 |
#28 in Internationalization (i18n)
20,103 downloads per month
145KB
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 to0
to 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
~16–27MB
~441K SLoC