GNOME Bugzilla – Bug 338017
[Patch] Use po/LINGUAS and intltool
Last modified: 2006-04-27 22:27:44 UTC
http://live.gnome.org/GnomeGoals/PoLinguas Here is a patch which adds intltool support and uses po/LINGUAS file
Created attachment 63197 [details] [review] Use po/LINGUAS file and add support for intltool
I've just committed the patch at bug 337948 which does basically the same. What are the DISTCLEANFILES change and the new AC_PROG_INTLTOOL check in your patch about?
Oh, just noticed that's an eel patch. Nevermind.
I used to DISTCLEANFILES in Makefiles and also i saw it in intltool README when i was adding support for intltool. So I thougth that was a mistake. I added intltool support because on http://live.gnome.org/GnomeGoals/PoLinguas is writen: "...Second, make sure that the module is using intltool; search for INTLTOOL in configure.ac. If not found, file a bug about it...". Thats why I added AC_PROG_INTLTOOL and changed Makefile.am.
Great, thanks. It'll be in 2.14.1: 2006-04-10 Martin Wehner <martin.wehner@gmail.com> * Makefile.am: Add intltool artefacts. * po/LINGUAS: New file listing all supported languages. * configure.in: Require intltool and use po/LINGUAS instead of including all languages directly in this file. See the wiki for more information: http://live.gnome.org/GnomeGoals/PoLinguas Patch from Przemyslaw Grzegorczyk <pgrzegorczyk@gmail.com>
Created attachment 63468 [details] [review] New po/LINGUAS patch This patch is based on a new guidelines (http://live.gnome.org/GnomeGoals/PoLinguas). It's a diff against current CVS HEAD.
Comment on attachment 63468 [details] [review] New po/LINGUAS patch It's on HEAD, thank you. 2006-04-28 Martin Wehner <martin.wehner@gmail.com> * configure.in: * po/LINGUAS: Update po/LINGUAS support to new guidelines. (#338017) Patch from Przemyslaw Grzegorczyk <pgrzegorczyk@gmail.com>