On Mon, 2011-04-04 at 13:03 +0200, Michel Alexandre Salim wrote: > Hi John, > > On 04/01/2011 01:23 PM, John Stowers wrote: > > GNOME Tweak Tool 3.0.0 is now available at: > > > Wonderful! I'm having problem with the new localization feature though > -- both starting with the tarball (+ configure), and starting with the > latest Git sources (+ autogen.sh), the locale files are all named > @[email protected].
I've never been much of an localizaion pro, it seemed to work in my testing and passed distcheck. Guess I should have tested installed... Fixed in git [1], patch attached. Feel free to pull into the package until I make a 3.0.1 (I have a very busy week+ with school stuff) John [1] http://git.gnome.org/browse/gnome-tweak-tool/commit/?id=f11adc2e20d6ca8fc977877c845aa1ea6039dc9f
commit f11adc2e20d6ca8fc977877c845aa1ea6039dc9f Author: John Stowers <[email protected]> Date: Mon Apr 4 23:34:02 2011 +1200 Fix localization diff --git a/configure.ac b/configure.ac index 39fab53..70142ed 100644 --- a/configure.ac +++ b/configure.ac @@ -19,6 +19,9 @@ fi IT_PROG_INTLTOOL([0.40.0]) AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT_VERSION([0.17]) +GETTEXT_PACKAGE=gnome-tweak-tool +AC_SUBST(GETTEXT_PACKAGE) +AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [GETTEXT package name]) AS_AC_EXPAND(DATADIR, "${datadir}") AS_AC_EXPAND(PKGDATADIR, "${datadir}/${PACKAGE}")
_______________________________________________ gnome-shell-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-shell-list
