blob: 081ee334b6e760ccb7ba4ac22032f14d25321da4 (
plain)
1
2
3
4
5
6
7
|
" 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")
" mnv: ts=8
|