diff options
Diffstat (limited to 'aux/workflow/l10n.sh')
-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 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 |