From e3fd385bedddc2f313504d3fbee181e9ffd2f638 Mon Sep 17 00:00:00 2001 From: Holger Wansing Date: Fri, 9 Aug 2019 22:43:24 +0200 Subject: Add msgcat command, to ensure that po files are truncated at 79 char, even if there are no changes in the pot file (the already existing msgmerge command leaves the po files untouched in that case) --- scripts/update_po | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/update_po b/scripts/update_po index 7871a6060..78a9691f9 100755 --- a/scripts/update_po +++ b/scripts/update_po @@ -40,6 +40,7 @@ for POT in `find $PODIR/pot -name "*.pot"` ; do if [ -z "$PO_USEBUILD" ] ; then # Update existing PO file msgmerge -q -U --previous --backup=simple -w 79 $PO $POT + msgcat -o $PO $PO RC=$? else # Generate temporary PO file in build directory -- cgit v1.2.3