Mercurial > vim
comparison Filelist @ 35484:04563887d70e v9.1.0509
patch 9.1.0509: not possible to translate Vim script messages
Commit: https://github.com/vim/vim/commit/ce0ef910df837b9b961f007a0a35064cad85188b
Author: Christ van Willegen <cvwillegen@gmail.com>
Date: Thu Jun 20 23:41:59 2024 +0200
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 <cvwillegen@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Fri, 21 Jun 2024 00:00:28 +0200 |
parents | 489dee749f31 |
children | 85f985991681 |
comparison
equal
deleted
inserted
replaced
35483:b88e0adc731e | 35484:04563887d70e |
---|---|
219 src/testdir/samples/test000 \ | 219 src/testdir/samples/test000 \ |
220 src/testdir/color_ramp.vim \ | 220 src/testdir/color_ramp.vim \ |
221 src/testdir/silent.wav \ | 221 src/testdir/silent.wav \ |
222 src/testdir/popupbounce.vim \ | 222 src/testdir/popupbounce.vim \ |
223 src/testdir/crash/* \ | 223 src/testdir/crash/* \ |
224 src/testdir/ru_RU/LC_MESSAGES/__PACKAGE__.mo \ | |
224 src/proto.h \ | 225 src/proto.h \ |
225 src/protodef.h \ | 226 src/protodef.h \ |
226 src/proto/alloc.pro \ | 227 src/proto/alloc.pro \ |
227 src/proto/arabic.pro \ | 228 src/proto/arabic.pro \ |
228 src/proto/arglist.pro \ | 229 src/proto/arglist.pro \ |