Probably one of your startup files does it (I think red hat does it in
/etc/sysconfig/i18n or something). Unsetting LINGUAS is only a work
around -- the real bug is in gettext.py. If you have LINGUAS set to en,
and the list of all supplied languages for a package looks like:
ALL_LINGUAS="de ... en_GB ..."
Then it will think it is OK to create an en.mo message catalog, when there
is no corresponding en.po file (there is only an en_GB.po file).
James.
--
Email: [EMAIL PROTECTED]
WWW: http://www.daa.com.au/~james/
On Tue, 14 Dec 1999, John Sullivan wrote:
> I ran into this same problem in a different project. Do you know what's
> causing LINGUAS to get set in the first place?
>
> Thanks,
>
> John
>
+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.