Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#451382: i18n is NOT so easy!
- X-seq: zsh-workers 24203
- From: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- To: 451382@xxxxxxxxxxxxxxx, zsh-workers@xxxxxxxxxx, pws@xxxxxxxxxxxxxxxxxxx
- Subject: Re: Bug#451382: i18n is NOT so easy!
- Date: Mon, 10 Dec 2007 00:06:42 +0000
- In-reply-to: Message from Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> of "Sun, 09 Dec 2007 14:49:53 PST." <071209144953.ZM14121@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Bart Schaefer wrote:
> I'd be cautious about treating everything up to the first colon in a
> $"..." string as a msgid key, though. Error messages are going to
> look like $"thing that failed: reason it failed" a lot of the time. Or
> would that have to be written "thing that failed: "$"reason it failed"
> for this to work in the first place? Anyway, it might be better to
> adopt something like $"{msgid}original text" and treat both $"{message}"
> and $"message" the same when only one of the two parts is found.
Fine, that gives us an easier test for whether there's a special msgid
anyway. (I would still propose that msgid has to consist only of shell
identifier characters for simplicity.)
--
Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author