Am Samstag, den 05.09.2009, 15:31 +0900 schrieb Teika Kazura: > Hi. It's on i18n (=internationalization) in fdo-menu.jl and wm.jl. > > * lisp/sawfish/wm.jl checks language as: > (let ((lang > (or (getenv "LANGUAGE") (getenv "LC_ALL") > (getenv "LC_MESSAGES") (getenv "LANG"))) > but is this the correct order? I think LC_ALL should the last, but > don't know others. > > * fdo-menu.jl only checks LANG, but it should check above 4, right? > > Regards, > Teika (Teika kazura) > On modern systems LANGUAGE is mostly not even set, and never used (supersedded by LANG) ... so the correct order would be LANG LANGUAGE LC_MESSAGE LC_ALL I'll change it now. by the way: on my system only LANG is set. Chris
Attachment:
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil