view src/testdir/test_gettext_makefile_in1.vim @ 35634:c21bafafb59d v9.1.0559

patch 9.1.0559: translation of vim scripts can be improved Commit: https://github.com/vim/vim/commit/965091001fc131192f0bca49917ed6567cf8f060 Author: RestorerZ <restorer@mail2k.ru> Date: Thu Jul 11 21:14:15 2024 +0200 patch 9.1.0559: translation of vim scripts can be improved Problem: translation of vim scripts can be improved (after v9.1.0509) Solution: improve documentation, add tests, include missing libraries for the Windows CI (RestorerZ) closes: #15100 Signed-off-by: RestorerZ <restorer@mail2k.ru> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 11 Jul 2024 21:30:10 +0200
parents
children
line wrap: on
line source

" Test file for gettext() package makefile
" Last Change:	2024 Jun 01

echo gettext("This is a test", "test_gettext")
echo gettext("This is another test", "test_gettext")
echo gettext("This is a test", "test_gettext")
" vim: ts=8