nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nano-devel] advertising Unicode Input


From: Jordi Mallach
Subject: Re: [Nano-devel] advertising Unicode Input
Date: Sat, 27 May 2006 16:02:45 +0200
User-agent: Mutt/1.5.11+cvs20060403

On Sat, May 27, 2006 at 03:51:48PM +0200, Benno Schulenberg wrote:
> +         /* First digit: must be zero or one.  Put it in the
> +          * 0x100000's position of the Unicode sequence holder. */
> +         if ('0' <= kbinput && kbinput <= '1') {
> +             uni = (kbinput - '0') * 0x100000;
> +             statusbar(_("Unicode Input"));

Can you add a translator comment here so people know if the character is
about to be inserted, or it has already? For some languages, it will
make a difference.

Ie: TRANSLATORS: This message is shown after a Unicode character has
been inserted.


-- 
Jordi Mallach PĂ©rez  --  Debian developer     http://www.debian.org/
address@hidden     address@hidden     http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]