From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16676 invoked by alias); 28 Dec 2011 09:56:59 -0000 Received: (qmail 16665 invoked by uid 22791); 28 Dec 2011 09:56:58 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 28 Dec 2011 09:56:47 +0000 From: "ankit at redhat dot com" To: glibc-bugs@sources.redhat.com Subject: [Bug localedata/13169] NLSPATH environment variable not in use for dynamically changing Message Catalog location path Date: Wed, 28 Dec 2011 09:56:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: localedata X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ankit at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: libc-locales at sources dot redhat.com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2011-12/txt/msg00154.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=13169 --- Comment #2 from Ankit Patel 2011-12-28 09:55:50 UTC --- I think I was unable to explain the issue. 1. Run the command LANG=gu_IN.utf-8 gedit 2. It shows Gujarati (gu-IN) localized gedit, where the translations are picked up from the default location "/usr/share/locale/gu_IN/LC_MESSAGES/gedit.mo Now I want to use a custom path, to pick up the translations 1. So if I run "export NLSPATH=/home/ankit/temp_locale" 2. and run "LANG=gu_IN.utf-8 gedit" it will show me localized gedit, but this time the translation messages are picked up from a new location "/home/ankit/temp_locale/gu_IN/LC_MESSAGES/gedit.mo", which is not happening. So, is it possible to use NLSPATH to set custom paths of locations of translation binaries (mo files)? Thanks! Ankit -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.