diff options
Diffstat (limited to 'scripts/update_po')
-rwxr-xr-x | scripts/update_po | 1 |
1 files changed, 1 insertions, 0 deletions
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 |