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.59

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

  • Added mdpo events text, msgid, enter_block, leave_block, enter_span and leave_span to po2md.
  • Added debug option --debug/-D to po2md CLI.
mdpo - v0.3.58

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

  • Added debug/--debug/-D option to md2po for events targets displaying in extraction process.
mdpo - v0.3.57

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

  • Fixed relative paths input error in po2md and mdpo2html CLIs (thanks for report @dingyifei)
mdpo - v0.3.56

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

  • Fixed error with CLI files passed to md2po (thanks for report @dingyifei in #150).
  • Added CLI argument name variant --nolocation.
mdpo - v0.3.55

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

  • Passing --save without --po-filepath now raises an error before execution using md2po.
  • Allow more variants for CLI argument names: --pofilepath, --mofilepath, --ext, --po-files and --merge-po-files.
  • Removed unused function mdpo.text::striplastline from source code.
mdpo - v0.3.54

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

  • Fixed long links being wrapped into multiple lines with po2md (thanks for report @EuAndreh)
mdpo - v0.3.53

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

  • Fix CLI help formatting.
mdpo - v0.3.52

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

  • Fixed error in md2po CLI help.
mdpo - v0.3.51

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

  • Allow to pass multiple functions to custom parsing events.
  • msgid event of md2po now takes msgstr, msgctxt, tcomment and flag optional arguments.
mdpo - v0.3.50

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

  • Changed md2po CLI --extensions argument by --extension allowing to pass it multiple times.
mdpo - v0.3.49

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

  • --ignore arguments can be passed multiple times to CLIs.
mdpo - v0.3.48

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

  • Added automatic translation of new discovered link references definition messages marking them as fuzzy with md2po.
mdpo - v0.3.47

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

  • Fixed error marking not found messages as obsoletes with md2po.
  • Bump minimum required polib version.
mdpo - v0.3.46

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

  • Fixed error discovering locations with md2po.
mdpo - v0.3.45

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

  • Added md2po event to control link references extraction.
mdpo - v0.3.44

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

  • Added po2md event to control link references translation.
mdpo - v0.3.43

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

  • Added support for link references with md2po and po2md.
mdpo - v0.3.42

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

  • Accept multiple --pofiles arguments (CLI) or list of globs in pofiles parameter (API) with po2md and mdpo2html.
mdpo - v0.3.41

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

  • Fixed error extracting ordered list item messages located inside unordered lists with md2po.
  • Fixed errors rendering tables inside lists with po2md.
mdpo - v0.3.40

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

  • Add message references extraction with md2po. Use --no-location (CLI) or location=False (API) to disable it.
  • Fixed error extracting nested items from ordered lists with md2po.