From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29960 invoked by alias); 24 Jun 2002 10:32:31 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 29951 invoked from network); 24 Jun 2002 10:32:28 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 24 Jun 2002 10:32:28 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id NAA18821; Mon, 24 Jun 2002 13:30:15 +0300 (IDT) Date: Mon, 24 Jun 2002 03:32:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: Tom Tromey cc: Gdb List Subject: Re: Questions about gdb and gettext In-Reply-To: <87bsa1pvtv.fsf@fleche.redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-06/txt/msg00212.txt.bz2 On 23 Jun 2002, Tom Tromey wrote: > I personally have a preference for marking everything. I think it is > easier to maintain, since the rule is easier to explain. I agree. > In the case of things like this, my current plan is to store the > string in the command structure untranslated, and then translate when > printing. Agreed.