diff options
author | EuAndreh <eu@euandre.org> | 2021-07-13 17:33:35 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-07-13 17:33:35 -0300 |
commit | 1fc55587da1e81313642d02359b159fc2243b325 (patch) | |
tree | 6210bfbe1b7d5617fa5860349775c356658640a8 /aux | |
parent | mv po/* po/LC_MESSAGES/ (diff) | |
download | git-permalink-1fc55587da1e81313642d02359b159fc2243b325.tar.gz git-permalink-1fc55587da1e81313642d02359b159fc2243b325.tar.xz |
aux/workflow/l10n.sh: Fix --include-codeblocks argument to md2po
Diffstat (limited to 'aux')
-rwxr-xr-x | aux/workflow/l10n.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/workflow/l10n.sh b/aux/workflow/l10n.sh index 8d77585..a158452 100755 --- a/aux/workflow/l10n.sh +++ b/aux/workflow/l10n.sh @@ -31,7 +31,7 @@ for from_f in "$@"; do po4a-translate -f man -m "$from_f" -p "$pofile" -l "$to_f" -k 0 -v >&2 ;; *.en.md) - md2po "$from_f" --include-code-blocks -m --po-filepath "$pofile" --quiet --save + md2po "$from_f" --include-codeblocks --quiet --save --po-filepath "$pofile" po2md "$from_f" --pofiles "$pofile" --quiet --save "$to_f" ;; *) |