| RestorerZ | 9650910 | 2024-07-11 21:14:15 +0200 | [diff] [blame] | 1 | " Test file for gettext() package makefile |
| 2 | " Last Change: 2024 Jun 01 | ||||
| 3 | |||||
| 4 | echo gettext("This is a test from the second file", "test_gettext") | ||||
| 5 | echo gettext("This is a test", "test_gettext") | ||||
| 6 | " vim: ts=8 | ||||