diff options
author | Martin Blanchard <tchaik@gmx.com> | 2019-03-14 21:43:02 +0000 |
---|---|---|
committer | Martin Blanchard <tchaik@gmx.com> | 2019-03-14 21:43:02 +0000 |
commit | 0d2f18b9123efa5258c426b6952875cb47fb9955 (patch) | |
tree | a78c94aed312b34ffff0dfb2da2e66732c945ab3 /po | |
parent | 7726c09089399a9a7b6b60c6ee2de1427145b780 (diff) | |
download | glade-0d2f18b9123efa5258c426b6952875cb47fb9955.tar.gz |
Fix xgettext string extraction for catalogswip/nielsdg/intltool2gettext
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 2 | ||||
-rw-r--r-- | po/POTFILES.skip | 10 |
2 files changed, 12 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index b846a0ba..76ac411c 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -244,4 +244,6 @@ plugins/gtk+/glade-tool-palette-editor.ui plugins/gtk+/glade-viewport-editor.ui plugins/gtk+/glade-widget-editor.ui plugins/gtk+/glade-window-editor.ui + +# webkit2gtk plugin backend plugins/webkit2gtk/webkit2gtk.xml.in diff --git a/po/POTFILES.skip b/po/POTFILES.skip index 9328bdab..5e5adf06 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -1,5 +1,15 @@ # List of source files to skip. +# Main application data/glade.desktop.in + +# gtk plugin backend +plugins/gtk+/gtkunixprint.xml +plugins/gtk+/gtk+.xml + +# webkit2gtk plugin backend +plugins/webkit2gtk/webkit2gtk.xml + +# Test data tests/toplevel_order_test5.glade tests/toplevel_order_test6.glade |