Mail Archives: djgpp-workers/2001/09/13/12:35:08
Assuming that NLS for DJGPP is welcome I would like
to propose to add the LANG and LANGUAGE env. variables
to the global part of djgpp.env. LANG is set to 'C' making
sure that always the english message are display by default.
LANGUAGE is unset at all.
Regards,
Guerrero, Juan M.
diff -acprNC3 djgpp.orig/djgpp.env djgpp/djgpp.env
*** djgpp.orig/djgpp.env Tue Jun 19 23:07:20 2001
--- djgpp/djgpp.env Thu Sep 13 17:39:58 2001
*************** DJDIR=%:/>DJGPP%
*** 11,16 ****
--- 11,18 ----
+LFN=y
+TEXMFMAIN=%DJDIR%/share/texmf
+GO32STUB=%DJDIR%/bin/stubify.exe
+ +LANG=C
+ +LANGUAGE=
[bison]
BISON_HAIRY=%DJDIR%/lib/bison.hai
- Raw text -