Skip to content

Releases: google/mdbook-i18n-helpers

mdbook-i18n-helpers version 0.3.4

14 Jun 11:28
5e12963
Compare
Choose a tag to compare

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

27 May 20:46
71b4cc5
Compare
Choose a tag to compare

What's Changed

Full Changelog: mdbook-i18n-helpers-0.3.2...mdbook-i18n-helpers-0.3.3

mdbook-i18n-helpers version 0.3.2

15 Jan 16:36
ec5968c
Compare
Choose a tag to compare

What's Changed

Full Changelog: mdbook-i18n-helpers-0.3.1...mdbook-i18n-helpers-0.3.2

mdbook-i18n-helpers version 0.3.1

05 Jan 12:53
80eebd4
Compare
Choose a tag to compare

What's Changed

Full Changelog: mdbook-i18n-helpers-0.3.0...mdbook-i18n-helpers-0.3.1

mdbook-i18n-helpers 0.3.0

09 Nov 14:01
cdb6d41
Compare
Choose a tag to compare

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-normalize to 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.md file.
  • #93: Wrap the source lines like msgmerge does.

Full Changelog: 0.2.4...mdbook-i18n-helpers-0.3.0

Version 0.2.4

27 Sep 09:20
5e8f203
Compare
Choose a tag to compare

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

19 Sep 07:14
66fbbc1
Compare
Choose a tag to compare

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

Version 0.2.2

23 Aug 08:29
66ee212
Compare
Choose a tag to compare

What's Changed

  • #59: Resolve broken links using the original sources.

Full Changelog: 0.2.1...0.2.2

Version 0.2.1

23 Aug 08:29
5edebfc
Compare
Choose a tag to compare

What's Changed

  • #56: Handle normalization where old msgid disappears.

Full Changelog: 0.2.0...0.2.1

Version 0.2.0

15 Aug 15:08
c35f3bb
Compare
Choose a tag to compare

⚠️ This is a breaking release. Please make sure to run mdbook-i18n-normalize on your existing PO files!

  • #49: Link to other projects which use mdbook-i18n-helpers.
  • #46: Add mdbook-i18n-normalize to convert existing PO files.
  • #27: Normalize soft breaks to space.
  • #25: Implement fine-grained extraction of translatable text.