]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1064: not possible to use plural forms with gettext() v9.1.1064
authorChrist van Willegen <cvwillegen@gmail.com>
Sat, 1 Feb 2025 14:42:16 +0000 (15:42 +0100)
committerChristian Brabandt <cb@256bit.org>
Sat, 1 Feb 2025 14:47:51 +0000 (15:47 +0100)
commitc078675ac768eb54388a8e4c6cab0214ef02ba7b
tree2276f30c11c03b1993db6c24a5f1ef2206ca03f9
parentb32800f7c51c866dc0e87244eb4902540982309d
patch 9.1.1064: not possible to use plural forms with gettext()

Problem:  not possible to use plural forms with gettext()
Solution: implement ngettext() Vim script function (Christ van Willegen)

closes: #16561

Signed-off-by: Christ van Willegen <cvwillegen@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
16 files changed:
Filelist
runtime/doc/builtin.txt
runtime/doc/tags
runtime/doc/usr_41.txt
runtime/doc/version9.txt
src/auto/configure
src/config.h.in
src/configure.ac
src/evalfunc.c
src/testdir/ru_RU/LC_MESSAGES/Makefile [new file with mode: 0644]
src/testdir/ru_RU/LC_MESSAGES/__PACKAGE__.mo
src/testdir/ru_RU/LC_MESSAGES/__PACKAGE__.po [new file with mode: 0644]
src/testdir/test_gettext.vim
src/testdir/test_gettext_cp1251.vim
src/testdir/test_gettext_utf8.vim
src/version.c