[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Internationalize Emacs's messages (swahili)
From: |
Eli Zaretskii |
Subject: |
Re: Internationalize Emacs's messages (swahili) |
Date: |
Wed, 23 Dec 2020 18:07:30 +0200 |
> From: Zhu Zihao <all_but_last@163.com>
> Date: Wed, 23 Dec 2020 22:04:50 +0800
> Cc: dimech@gmx.com, abrochard@gmx.com, rms@gnu.org, bugs@gnu.support,
> emacs-devel@gnu.org
>
> >> 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?
"Ready" in what sense?
There were serious discussions of this stuff in the past, which
revealed the parts of this (large) job, and in particular that just
having a Lisp binding for gettext is not enough. We are "ready" in
the sense that someone needs to implement at least some of those
parts.
(This is about l10n; i18n is in Emacs since v20.1.)
- Re: Emacs Survey: Toolbars, (continued)
- Re: Emacs Survey: Toolbars, Christopher Dimech, 2020/12/22
- Re: Emacs Survey: Toolbars, Jean Louis, 2020/12/22
- Re: Emacs Survey: Toolbars, Eli Zaretskii, 2020/12/22
- Re: Emacs Survey: Toolbars, Richard Stallman, 2020/12/24
- Re: Emacs Survey: Toolbars, Eli Zaretskii, 2020/12/22
- Internationalize Emacs's messages (swahili), Jean Louis, 2020/12/22
- Re: Internationalize Emacs's messages (swahili), Eli Zaretskii, 2020/12/22
- Re: Internationalize Emacs's messages (swahili), Zhu Zihao, 2020/12/23
- Re: Internationalize Emacs's messages (swahili),
Eli Zaretskii <=
- Re: Internationalize Emacs's messages (swahili), Zhu Zihao, 2020/12/23
- Re: Internationalize Emacs's messages (swahili), Eli Zaretskii, 2020/12/24
- Re: Internationalize Emacs's messages (swahili), Daniel Brooks, 2020/12/25
- Re: Internationalize Emacs's messages (swahili), Stefan Monnier, 2020/12/25
- Re: Internationalize Emacs's messages (swahili), Daniel Brooks, 2020/12/25
- Re: Internationalize Emacs's messages (swahili), Stefan Monnier, 2020/12/25
- Re: Internationalize Emacs's messages (swahili), Daniel Brooks, 2020/12/25
- Re: Internationalize Emacs's messages (swahili), Richard Stallman, 2020/12/27
- Re: Internationalize Emacs's messages (swahili), Daniel Brooks, 2020/12/26
- Re: Internationalize Emacs's messages (swahili), Eli Zaretskii, 2020/12/26