aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-07-13 17:33:35 -0300
committerEuAndreh <eu@euandre.org>2021-07-13 17:33:35 -0300
commit1fc55587da1e81313642d02359b159fc2243b325 (patch)
tree6210bfbe1b7d5617fa5860349775c356658640a8 /aux/workflow
parentmv po/* po/LC_MESSAGES/ (diff)
downloadgit-permalink-1fc55587da1e81313642d02359b159fc2243b325.tar.gz
git-permalink-1fc55587da1e81313642d02359b159fc2243b325.tar.xz
aux/workflow/l10n.sh: Fix --include-codeblocks argument to md2po
Diffstat (limited to 'aux/workflow')
-rwxr-xr-xaux/workflow/l10n.sh2
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"
;;
*)