From owner-freebsd-questions@FreeBSD.ORG Wed May 28 16:01:02 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB63337B401 for ; Wed, 28 May 2003 16:01:02 -0700 (PDT) Received: from gicco.homeip.net (dclient80-218-78-11.hispeed.ch [80.218.78.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39DD943F93 for ; Wed, 28 May 2003 16:01:01 -0700 (PDT) (envelope-from hampi@rootshell.be) Received: from localhost.here (idefix@gicco.homeip.net [127.0.0.1]) by gicco.homeip.net (8.12.8p1/8.12.8) with ESMTP id h4SN0tAx000838 for ; Thu, 29 May 2003 01:00:56 +0200 (CEST) (envelope-from hampi@rootshell.be) Received: (from idefix@localhost) by localhost.here (8.12.8p1/8.12.8/Submit) id h4SN0sqC000837 for freebsd-questions@freebsd.org; Thu, 29 May 2003 01:00:54 +0200 (CEST) X-Authentication-Warning: localhost.here: idefix set sender to hampi@rootshell.be using -f Date: Thu, 29 May 2003 01:00:54 +0200 From: Hanspeter Roth To: freebsd-questions@freebsd.org Message-ID: <20030528230054.GA781@gicco.homeip.net> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: i18n with foreign package X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 23:01:03 -0000 Hello, I'm trying to install a foreign package with i18n with a specific prefix. The package is icewm-1.2.8pre2 and the prefix is /usr/opt/icewm-1.2.8pre2. So the locale directory becomes /usr/opt/icewm-1.2.8pre2/share/locale . Here are several language directories. Their names are be.po, ca.po, cs.po and so forth. Below there is de.po/LC_MESSAGES/icewm.mo for example. But starting this icewm with LANG=de_DE has no effect. LANG=C is used. How can I run this icewm with the German local without copying the icewm.mo into the public place /usr/share/locale/... ? -Hanspeter