From ae9b9b32aea1370478dc6d3daf7b769029d41bde Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 16 Jul 2021 11:11:50 -0300 Subject: aux/workflow/l10n.sh: Add --wrapwidth 999 to po2md --- 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 cbdae7f..66e452a 100755 --- a/aux/workflow/l10n.sh +++ b/aux/workflow/l10n.sh @@ -41,7 +41,7 @@ for from_f in "$@"; do *.en.md) touch "$pofile" md2po --include-codeblocks --quiet --save --po-filepath "$pofile" < "$from_f" - po2md --pofiles "$pofile" --quiet --save "$to_f" < "$from_f" + po2md --pofiles "$pofile" --quiet --save "$to_f" --wrapwidth 999 < "$from_f" ;; *) echo "Unsupported file format: $from_f" >&2 -- cgit v1.2.3