emacs-devel
[Top][All Lists]
Advanced

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

Re: Internationalize Emacs's messages (swahili)


From: Zhu Zihao
Subject: Re: Internationalize Emacs's messages (swahili)
Date: Wed, 23 Dec 2020 22:04:50 +0800
User-agent: mu4e 1.4.13; emacs 27.1

Eli Zaretskii writes:

>> Date: Tue, 22 Dec 2020 19:28:42 +0300
>> From: Jean Louis <bugs@gnu.support>
>> Cc: rms@gnu.org, dimech@gmx.com, abrochard@gmx.com, bugs@gnu.support,
>>   emacs-devel@gnu.org
>> 
>> Could I then arrange translations to Swahili (Kenya, Tanzania, Uganda,
>> Congo) and Luganda (Uganda) for Emacs?
>> 
>> Is it possible to start, like using gettext stuff?
>
> See the ngettext function.

I see the the C code of ngettext.

  /* Placeholder implementation until we get our act together.  */
  return EQ (n, make_fixnum (1)) ? msgid : msgid_plural;

Looks that we're not ready for the i18n/l10n?


-- 
Retrieve my PGP public key:

  gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F

Zihao

Attachment: signature.asc
Description: PGP signature


reply via email to

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