diff options
| -rwxr-xr-x | generate_POTFILES.sh | 1 | ||||
| -rw-r--r-- | po/POTFILES.in | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/generate_POTFILES.sh b/generate_POTFILES.sh index 04ea931b5..87c769ea4 100755 --- a/generate_POTFILES.sh +++ b/generate_POTFILES.sh @@ -21,6 +21,7 @@ rm -f po/POTFILES.in.new echo "# Please keep this file sorted alphabetically." echo "# Generated by $prog at `date`" echo "[encoding: UTF-8]" + echo "inkscape.appdata.xml.in" echo "inkscape.desktop.in" echo "share/filters/filters.svg.h" echo "share/palettes/palettes.h" diff --git a/po/POTFILES.in b/po/POTFILES.in index ee168fb74..057114bd0 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,6 +1,6 @@ # List of source files containing translatable strings. # Please keep this file sorted alphabetically. -# Generated by ./generate_POTFILES.sh at Tue Sep 22 20:20:22 CEST 2015 +# Generated by ./generate_POTFILES.sh at Thu Apr 14 04:25:58 CEST 2016 [encoding: UTF-8] inkscape.appdata.xml.in inkscape.desktop.in @@ -340,6 +340,7 @@ src/widgets/font-selector.cpp src/widgets/gradient-selector.cpp src/widgets/gradient-toolbar.cpp src/widgets/gradient-vector.cpp +src/widgets/image-menu-item.c src/widgets/lpe-toolbar.cpp src/widgets/measure-toolbar.cpp src/widgets/mesh-toolbar.cpp @@ -532,6 +533,7 @@ share/extensions/wireframe_sphere.py [type: gettext/xml] share/extensions/motion.inx [type: gettext/xml] share/extensions/new_glyph_layer.inx [type: gettext/xml] share/extensions/next_glyph_layer.inx +[type: gettext/xml] share/extensions/nicechart.inx [type: gettext/xml] share/extensions/param_curves.inx [type: gettext/xml] share/extensions/pathalongpath.inx [type: gettext/xml] share/extensions/pathscatter.inx |
