diff options
| author | Patrick Storz <eduard.braun2@gmx.de> | 2019-03-07 21:08:27 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-03-07 21:08:27 +0000 |
| commit | 1a6c35e85c8e6d0282a24704e05bd2ae0ac65e25 (patch) | |
| tree | 730a99084f6f31b13ffd7286fd2adf5ed553ca20 | |
| parent | Translations: Drop Amharic (am) translation (diff) | |
| download | inkscape-1a6c35e85c8e6d0282a24704e05bd2ae0ac65e25.tar.gz inkscape-1a6c35e85c8e6d0282a24704e05bd2ae0ac65e25.zip | |
Translations: Check for common errors in .po files
There are plenty! Help is welcome in order to get them fixed.
| -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." |
