From 1fc55587da1e81313642d02359b159fc2243b325 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 13 Jul 2021 17:33:35 -0300 Subject: aux/workflow/l10n.sh: Fix --include-codeblocks argument to md2po --- aux/workflow/l10n.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aux/workflow') 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" ;; *) -- cgit v1.2.3