diff options
author | infirit <[email protected]> | 2015-09-06 20:53:00 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-06 20:53:00 +0200 |
commit | 15afa1c4635316657e4ead310bf9561fc5172942 (patch) | |
tree | 1502c95d1ebe2e545f2fe6d9a33c431be289001e | |
parent | 384998d3b199bcdad410eb382f417ba0db6e301b (diff) | |
download | marco-15afa1c4635316657e4ead310bf9561fc5172942.tar.bz2 marco-15afa1c4635316657e4ead310bf9561fc5172942.tar.xz |
Allow gsettings schema be translated
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | po/POTFILES.in | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a0b743f9..df0050c2 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ GETTEXT_PACKAGE=marco AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[Name of default gettext domain]) -IT_PROG_INTLTOOL([0.34.90]) +IT_PROG_INTLTOOL([0.50.1]) AC_PROG_CC AC_HEADER_STDC AM_PROG_LIBTOOL diff --git a/po/POTFILES.in b/po/POTFILES.in index e503cb17..5c585ccb 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -3,6 +3,7 @@ src/50-marco-desktop-key.xml.in src/50-marco-global-key.xml.in src/50-marco-window-key.xml.in +[type: gettext/gsettings]src/org.mate.marco.gschema.xml src/core/bell.c src/core/core.c src/core/delete.c |