mdpo

Markdown files translation using GNU PO files

BSD-3-CLAUSE License

Downloads
4.7K
Stars
25
Committers
5

Bot releases are visible (Hide)

mdpo - v0.3.39

Published by github-actions[bot] over 3 years ago

  • Added msgid event to md2po programatic interface.
mdpo - v0.3.38

Published by github-actions[bot] over 3 years ago

  • Fix escapes not being properly handled with po2md.
mdpo - v0.3.37

Published by github-actions[bot] over 3 years ago

  • Expose translated entries from Po2Md class.
  • Support 'mdpo-translator' command with po2md for exposed entries.
mdpo - v0.3.36

Published by github-actions[bot] over 3 years ago

  • Added argument --remove-not-found for md2po to remove messages stored in passed pofile which are not found in Markdown input.
mdpo - v0.3.35

Published by github-actions[bot] over 3 years ago

  • Added MD4C events preprocessing system for programatic md2po interface.
mdpo - v0.3.34

Published by github-actions[bot] over 3 years ago

  • Fixed bug extracting quoteblocks placed inside lists with md2po.
  • Fixed bug rendering paragraphs placed inside lists with po2md.
mdpo - v0.3.33

Published by github-actions[bot] over 3 years ago

  • Fixed bug rendering unordered lists inside ordered lists with po2md.
  • Fixed bugs rendering quote blocks inside unordered lists with po2md.
mdpo - v0.3.32

Published by github-actions[bot] over 3 years ago

  • Produce markdownlint-compatible output with po2md.
  • Fixed bug rendering horizontal separators inside list items with po2md.
mdpo - v0.3.31

Published by github-actions[bot] over 3 years ago

Added new commands to allow more control of codeblocks extraction:

  • <!-- mdpo-include-codeblocks -->: Include all codeblocks placed after this command.
  • <!-- mdpo-disable-codeblocks -->: Does not include codeblocks placed after this command.
  • <!-- mdpo-disable-codeblock -->: Does not include next codeblock placed after this command.
mdpo - v0.3.30

Published by github-actions[bot] over 3 years ago

  • Added -d/--metadata parameter to define produced PO file metadata content with md2po.
mdpo - v0.3.29

Published by github-actions[bot] over 3 years ago

  • Fixed po2md rendering two newlines after indented codeblocks.
  • Normalized po2md rendering for tables: all table head separators have 3 characters.
  • Fixed po2md rendering two newlines added after blockquotes ending with tables.
mdpo - v0.3.28

Published by github-actions[bot] over 3 years ago

  • Fixed bugs in po2md rendering codeblocks inside list items.
  • Normalized list items indentation to 3 spaces.
  • Added wrapping formatting improvements in po2md rendering ordered and task lists.
mdpo - v0.3.27

Published by github-actions[bot] over 3 years ago

  • Added wrapwidth parameter for po2md to specify maximum width of Markdown output.
  • Fixed formatting bug in po2md with multiple followed blockquotes.
  • Improved po2md rendering format for unordered list items and blockquotes.
  • Fixed po2md bug rendering tables inside blockquotes.
mdpo - v0.3.26

Published by github-actions[bot] over 3 years ago

  • Implemented custom HTML command names as aliases: new parameter --command-alias added for CLIs and command_aliases for APIs.
mdpo - v0.3.25

Published by github-actions[bot] over 3 years ago

Nested lists formatting improvements for po2md:

  • Don't add newlines after nested lists.
  • Use 4 spaces for nested lists indentation.
mdpo - v0.3.24

Published by github-actions[bot] over 3 years ago

  • Added new argument --ignore-msgids (CLI) and ignore_msgids (API) for md2po to ignore msgids from being extracted.
mdpo - v0.3.23

Published by github-actions[bot] over 3 years ago

  • Fixed extra espace error wrapping paragraphs which include codespans.
mdpo - v0.3.22

Published by github-actions[bot] over 3 years ago

  • Fixed extra newline rendered by po2md before indented code blocks.
mdpo - v0.3.21

Published by github-actions[bot] over 3 years ago

  • Added disabled_entries properties to extractor and translators classes which expose disabled messages via commands.
mdpo - v0.3.20

Published by github-actions[bot] over 3 years ago

  • Fixed po2md ignoring rendering when using disable commands.