diff options
| -rw-r--r-- | po/inkscape.pot | 2 | ||||
| -rwxr-xr-x | po/update_po_files.sh | 1 |
2 files changed, 2 insertions, 1 deletions
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 <EMAIL@ADDRESS>, 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." |
