From b3605bee34d6b62eb4e5057bbad40513bdc600df Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 2 May 2019 12:21:04 +0200 Subject: Use gresources for UI files .ui files are combined into a binary resource bundle, and they are marked as compressed, so they will be automatically uncompressed when the resource is used. REF https://developer.gnome.org/gio/stable/GResource.html --- po/POTFILES.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'po') diff --git a/po/POTFILES.in b/po/POTFILES.in index fe8c21b..40f90fe 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,11 +1,11 @@ # List of source files containing translatable strings. # Please keep this file sorted alphabetically. [encoding: UTF-8] -[type: gettext/glade]data/buttons-advanced.ui -[type: gettext/glade]data/buttons-basic.ui -[type: gettext/glade]data/buttons-financial.ui -[type: gettext/glade]data/buttons-programming.ui -[type: gettext/glade]data/preferences.ui +[type: gettext/glade]src/buttons-advanced.ui +[type: gettext/glade]src/buttons-basic.ui +[type: gettext/glade]src/buttons-financial.ui +[type: gettext/glade]src/buttons-programming.ui +[type: gettext/glade]src/preferences.ui data/mate-calc.appdata.xml.in data/mate-calc.desktop.in data/org.mate.calc.gschema.xml.in -- cgit v1.2.1