]> git.eshelyaron.com Git - emacs.git/commit
i18n: Add function ngettext for pluralization.
authorJuri Linkov <juri@linkov.net>
Sun, 24 Mar 2019 21:55:07 +0000 (23:55 +0200)
committerJuri Linkov <juri@linkov.net>
Sun, 24 Mar 2019 21:55:07 +0000 (23:55 +0200)
commit5fdf4fc07df7dd897931efb5dbf5f26dfaff9274
tree807fd09f411bd670cb0f7bc7834469366e514036
parent36535caf9621f984f7f95d4def09bdb0ae2f1d2a
i18n: Add function ngettext for pluralization.

* lisp/international/mule-cmds.el (ngettext): New function.
https://lists.gnu.org/archive/html/emacs-devel/2019-03/msg00586.html

* lisp/replace.el (flush-lines, how-many, occur-1, occur-engine)
(perform-replace): Use ngettext.

* lisp/progmodes/grep.el (grep-exit-message): Use ngettext.
(grep-mode-font-lock-keywords): Match both singular and plural form
of "matches".
etc/NEWS
lisp/international/mule-cmds.el
lisp/progmodes/grep.el
lisp/replace.el