diff options
| author | Patrick Storz <eduard.braun2@gmx.de> | 2019-03-07 19:51:48 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-03-07 19:51:48 +0000 |
| commit | eadce286758e292efa59a53ef0aefbf885a5d19c (patch) | |
| tree | 32da7680c7e182d2d3d668b7282e1353b04326c0 | |
| parent | CI: Work around https://gitlab.com/gitlab-org/gitlab-ce/issues/20731 (diff) | |
| download | inkscape-eadce286758e292efa59a53ef0aefbf885a5d19c.tar.gz inkscape-eadce286758e292efa59a53ef0aefbf885a5d19c.zip | |
Drop "org.inkscape.Inkscape.desktop.in" from POTFILES.in
The file was removed in a6d9645ac2743a85aad1d763e7a5db1e65cefdfa.
Apparently we don't translate the .desktop file any longer...
| -rw-r--r-- | po/POTFILES.in | 3 | ||||
| -rwxr-xr-x | po/generate_POTFILES.sh | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 9fe67d91c..fcdd025e2 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,9 +1,8 @@ # List of source files containing translatable strings. # Please keep this file sorted alphabetically. -# Generated by ./generate_POTFILES.sh at Sun Mar 3 18:27:02 CET 2019 +# Generated by ./generate_POTFILES.sh at Thu Mar 7 14:48:24 EST 2019 [encoding: UTF-8] org.inkscape.Inkscape.appdata.xml.in -org.inkscape.Inkscape.desktop.in share/filters/filters.svg.h share/palettes/palettes.h share/patterns/patterns.svg.h diff --git a/po/generate_POTFILES.sh b/po/generate_POTFILES.sh index bbdeff0a4..7afe270a1 100755 --- a/po/generate_POTFILES.sh +++ b/po/generate_POTFILES.sh @@ -22,7 +22,6 @@ rm -f POTFILES.in.new echo "# Generated by $prog at `date`" echo "[encoding: UTF-8]" echo "org.inkscape.Inkscape.appdata.xml.in" - echo "org.inkscape.Inkscape.desktop.in" echo "share/filters/filters.svg.h" echo "share/palettes/palettes.h" echo "share/patterns/patterns.svg.h" |
