GNOME Bugzilla – Bug 474037
Use of the new LINGUAS file
Last modified: 2007-09-08 13:00:21 UTC
As of http://live.gnome.org/GnomeGoals/PoLinguas goffice should use the new LINGUAS file.
Created attachment 95035 [details] [review] Add LINGUAS file Here's the patch. Not tested though.
Please use LINGUAS, if only because your current ALL_LINGUAS implementation doesnt work! My language is reported as _not_ being in your ALL_LINGUAS line, even though it is. This error can prevent our translation being built, and thus prevent our users from accessing it. This is not a small problem. :(
Clytie, it's not as serious as you think. Damned Lies don't detect the ALL_LINGUAS variable, but that does not mean that translations are not built. But I still think it's better to adapt goffice to the modern way of using LINGUAS than to update DL.
OK, I'll stop panicking, but maintain a serious expression. ;)
patch applied and commited. Thanks.