Releases: google/mdbook-i18n-helpers
mdbook-i18n-helpers version 0.3.6
What's Changed
- Validate Cargo.lock file is up-to-date by @kdarkhan in #221
- Add "Rust By Example" to showcases by @equal-l2 in #222
- Handle errors returned by
cmark_resume_with_options()by @cip999 in #244 - Remove workaround for codecov coverage uploads by @kdarkhan in #247
- xgettext: Avoid collisions when splitting .pot files by @cip999 in #243
- Removing '$' for consistency. by @mboetger in #255
- Export Xgettext as Renderer by @dalance in #250
New Contributors
- @equal-l2 made their first contribution in #222
- @cip999 made their first contribution in #244
- @mboetger made their first contribution in #255
Full Changelog: mdbook-i18n-helpers-0.3.5...mdbook-i18n-helpers-0.3.6
mdbook-i18n-helpers version 0.3.5
mdbook-i18n-helpers version 0.3.4
This is a hotfix release to fix a bug introduced by 0.3.3
What's Changed
Full Changelog: mdbook-i18n-helpers-0.3.3...mdbook-i18n-helpers-0.3.4
mdbook-i18n-helpers version 0.3.3
What's Changed
- #107, #177: Support for translator comments by @dyoo
- #147: Performance optimization with caching
SyntaxSetby @mgeisler - #143, #149, #162, #168, #179: Stability improvements to coverage
reports by @kdarkhan - #153, #157: Fix wrong codeblock indent count by @dalance
- #155:
fuzzdirectory was made a part of the workspace by @kdarkhan - #156: Fix for duplicate sources in PO files by @zachcmadsen
- #193: Export
Gettextpreprocessor to enable the lib to be used in Rust
compiler docs by @dalance - #195: Improve grouping behavior of inline HTML by @michael-kerscher
Full Changelog: mdbook-i18n-helpers-0.3.2...mdbook-i18n-helpers-0.3.3
mdbook-i18n-helpers version 0.3.2
What's Changed
- #143: Implement coverage reports using codecov by @kdarkhan
- #145: Add support for rounding line numbers by @mgeisler
Full Changelog: mdbook-i18n-helpers-0.3.1...mdbook-i18n-helpers-0.3.2
mdbook-i18n-helpers version 0.3.1
mdbook-i18n-helpers 0.3.0
What's Changed
This release changes how code blocks are treated: we now only extract literal strings and comments. Other parts of the code block is ignored. This vastly improves the experience when translating books with many code samples. We will add more controls (#76) for this in the future.
This is a breaking change: if you translate strings and comments in your code blocks, then you should run
mdbook-i18n-normalizeto migrate them automatically!
- #111: Skip extracting whitespace-only messages.
- #109: Extract only string literals and comments from code blocks.
- #100: Allow formatting in the
SUMMARY.mdfile. - #93: Wrap the source lines like
msgmergedoes.
Full Changelog: 0.2.4...mdbook-i18n-helpers-0.3.0
Version 0.2.4
What's Changed
- #87: Set POT-Creation-Date in newly generated POT files.
Full Changelog: 0.2.3...0.2.4
Version 0.2.3
What's Changed
- #69: Add support for skipping the next translation group.
- #75: Automatically ignore code blocks that don't have lit-strings or line comments.
Full Changelog: 0.2.2...0.2.3