GNOME Bugzilla – Bug 334319
translations don't get built
Last modified: 2007-01-03 12:25:28 UTC
With version 2.14.0 translations don't get built anymore.
Confirmed -- happens also on Fedora Core 5 Seems po/Makefile doesn't know which catalogs to install. CATALOGS is porperly set by configure in the generated po/Makefile.in but removed in the generated po/Makefile later.
Created attachment 77499 [details] [review] port to po/LINGUAS and fix a few nits in configure This fixes the translations build for me. Uses po/LINGUAS as per gnome goals, http://live.gnome.org/GnomeGoals/PoLinguas Ok to commit this patch?
IMHO, this patch is ok the be commited. Maintainers, what do you think?
Looks good to me too. Thanks!
* autogen.sh: * configure.in: * po/LINGUAS: * src/Makefile.am: Fix the translations build by updating to po/LINGUAS as per GnomeGoal. Bug #334319.