blob: 0fbb6c6d1eeabac698fd875de758e58ef4a4371e (
plain)
1
2
3
4
5
6
|
" Test file for gettext() package makefile
" Last Change: 2024 Jun 01
echo gettext("This is a test from the second file", "test_gettext")
echo gettext("This is a test", "test_gettext")
" mnv: ts=8
|