Releases: PhuNH/hugo-gettext
Releases · PhuNH/hugo-gettext
v0.6.0 compilation with polib, hard line break, fence comment
- Use polib to compile PO files when gettext isn't available
- With the new mdit-py-i18n, hard line breaks are supported, and fence parse is no more
Full Changelog: v0.5.5...v0.6.0
v0.5.4 older version of PyYAML
Full Changelog: v0.5.3...v0.5.4
v0.5.3 second hotfix for the handling of HTML block after a paragraph
v0.5.2 hotfix for the handling of HTML block after a paragraph
v0.5.1 hotfix for quotes inside translated shortcode params
v0.5.0 TOML, JSON, and default language
- Support TOML and JSON for config files, string files, and data files
- Config file and string file in default language are looked for automatically
- Default language is detected from Hugo config setting instead of being default to 'en'
Full Changelog: v0.4.1...v0.5.0
v0.4.1 line number in reference link occurrences and config for RTL languages
v0.4.0 proper modularization
- Split the project into mdit-py-i18n and markdown-gettext, and inherit from them
- Use OOP instead of procedural programming
Full Changelog: v0.3.0...v0.4.0
v0.3.0 compilation support
The PO folder must contain one sub-folder for each language, each sub-folder contains PO files in that language.
Full Changelog: v0.2.0...v0.3.0
v0.2.0 attribute support
Support attribute after blocks and titles
- Blocks: blockquote, hr, list, paragraph, table, definition list, setext heading
- Titles: atx heading, setext heading
For setext heading: if both title attributes and block attributes are present, title ones are kept, block ones are ignored.
Full Changelog: v0.1.3...v0.2.0