From ce0ef910df837b9b961f007a0a35064cad85188b Mon Sep 17 00:00:00 2001 From: Christ van Willegen Date: Thu, 20 Jun 2024 23:41:59 +0200 Subject: patch 9.1.0509: not possible to translate Vim script messages Problem: not possible to translate Vim script messages (RestorerZ) Solution: implement bindtextdomain() and gettext() to support Vim script message translations (Christ van Willegen) fixes: #11637 closes: #12447 Signed-off-by: Christ van Willegen Signed-off-by: Christian Brabandt --- Filelist | 1 + 1 file changed, 1 insertion(+) (limited to 'Filelist') diff --git a/Filelist b/Filelist index ab4b1ebaae..1652cf37e2 100644 --- a/Filelist +++ b/Filelist @@ -221,6 +221,7 @@ SRC_ALL = \ src/testdir/silent.wav \ src/testdir/popupbounce.vim \ src/testdir/crash/* \ + src/testdir/ru_RU/LC_MESSAGES/__PACKAGE__.mo \ src/proto.h \ src/protodef.h \ src/proto/alloc.pro \ -- cgit v1.2.3