From 1a6c35e85c8e6d0282a24704e05bd2ae0ac65e25 Mon Sep 17 00:00:00 2001 From: Patrick Storz Date: Thu, 7 Mar 2019 22:08:27 +0100 Subject: Translations: Check for common errors in .po files There are plenty! Help is welcome in order to get them fixed. --- po/inkscape.pot | 2 +- po/update_po_files.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/po/inkscape.pot b/po/inkscape.pot index 15b186dcb..9093e4ec6 100644 --- a/po/inkscape.pot +++ b/po/inkscape.pot @@ -1,4 +1,4 @@ -# SOME DESCRIPTIVE TITLE. +# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. diff --git a/po/update_po_files.sh b/po/update_po_files.sh index 4b0ee7d9f..b50b05e22 100755 --- a/po/update_po_files.sh +++ b/po/update_po_files.sh @@ -30,6 +30,7 @@ while read FILENAME; do echo "Could not merge \"$FILENAME.old\"." else rm "$FILENAME".old + msgfmt -c "$FILENAME" fi else echo "Could not rename \"$FILENAME\". File skipped." -- cgit v1.2.3