GNOME Bugzilla – Bug 554348
GnomeGoals: using LINGUAS file
Last modified: 2008-10-08 01:12:58 UTC
I suggest to create po/LINGUAS file with list of languages instead of list in configure.in, according to http://live.gnome.org/GnomeGoals/PoLinguas Other information:
Created attachment 119614 [details] [review] This patch adds po/LINGUAS and modifies configure.in This is the first patch I have ever written, please mail me if it is not correct.
Can we have comments in the LINGUAS file? We need to make sure that new languages only get added after translations for both po/ and po-functions/ are available.
Every line starting with a '#' is a comment. po/Makefile has: PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; fi)
This does seem to work. (And it should be done against svn trunk, not 1.8.x) Nothing gets made in po/ and nothing gets made in po-functions/
>Nothing gets made in po/ and nothing gets made in po-functions/ Did you patch it with patch -p1 < linguas.patch ?
yes
Created attachment 119833 [details] [review] Revised patch Something like this is needed. Jody: what were we patching in Makefile.in.in.own? I simply replaced it with a fresh copy.
Still doesn't work in po-functions, though.
Created attachment 119892 [details] [review] Updated patch This version seems to work in po-functions too. Jody: the question regarding patches remains.