> Hi again, > > After adding localization to my program, I got a warning: > > Improper installation: No language locale found > > every time the make process ran plmerge. Turns out that my > 'foo_LANGUAGES=bar zot' gets turned into 'LANGUAGES=bar zot' in the > instance make, and plmerge is trying to load a locale called "bar zot" > (since the user defaults system wants a ';' separated list).
Thanks for reporting - this problem will go away when we stop passing down variables from the Master to the Instance invocation as arguments, in the way we do now (which is ugly, and not needed - probably a historical relict of a previous design). This change is planned, but it takes time for me to implement all the changes which I've planned :-) I'm trying to do a little bit per day, so at some point in the future, in the next months, you can expect that problem to disappear. :-) _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
