diff options
author | rbuj <[email protected]> | 2019-05-02 12:21:04 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-04 21:11:48 +0200 |
commit | b3605bee34d6b62eb4e5057bbad40513bdc600df (patch) | |
tree | ae1e2c3c91b19dca750974667b3d265b88c10557 /po | |
parent | d97327cd31de7d47054ee4caa299de51d9b4349e (diff) | |
download | mate-calc-b3605bee34d6b62eb4e5057bbad40513bdc600df.tar.bz2 mate-calc-b3605bee34d6b62eb4e5057bbad40513bdc600df.tar.xz |
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
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 10 |
1 files changed, 5 insertions, 5 deletions
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 |