Releases: mondeja/mdpo
Releases · mondeja/mdpo
v0.3.62
- Fix error with md2po
--save
option doing nothing when the specified PO file doesn't exists before run.
v0.3.61
- Fixed wrapping problems with po2md (thanks for report @dingyifei in #153).
v0.3.60
- Fixed error wrapping lines with po2md (thanks for report @dingyifei in #153).
- Added
command
mdpo event to po2md.
v0.3.59
- Added mdpo events
text
,msgid
,enter_block
,leave_block
,enter_span
andleave_span
topo2md
. - Added debug option
--debug/-D
to po2md CLI.
v0.3.58
- Added
debug/--debug/-D
option to md2po for events targets displaying in extraction process.
v0.3.57
- Fixed relative paths input error in
po2md
andmdpo2html
CLIs (thanks for report @dingyifei)
v0.3.56
- Fixed error with CLI files passed to
md2po
(thanks for report @dingyifei in #150). - Added CLI argument name variant
--nolocation
.
v0.3.55
- Passing
--save
without--po-filepath
now raises an error before execution usingmd2po
. - 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.
v0.3.54
v0.3.53
- Fix CLI help formatting.