From f6cf20ac89008ffa9bb5c57d6036da679a063be5 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Fri, 3 Nov 2023 10:27:54 -1000 Subject: [PATCH] Revert "Bug 35024: Do not wrap translations" This reverts commit f687d3d3eb83c996621d8974b7e222c92d2ec539. --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 54276ada75..6b3ab44cf8 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -284,7 +284,7 @@ function po_create_installer_marc21 () { return po_create_type('installer-MARC2 function po_create_installer_unimarc () { return po_create_type('installer-UNIMARC') } function po_update_type (type) { - const msgmerge_opts = '--backup=off --no-wrap --quiet --sort-output --update'; + const msgmerge_opts = '--backup=off --quiet --sort-output --update'; const cmd = `msgmerge ${msgmerge_opts} <%= file.path %> misc/translator/Koha-${type}.pot`; const languages = getLanguages(); const globs = languages.map(language => `misc/translator/po/${language}-${type}.po`); -- 2.39.2