blob: 36fba341ba01cd6972560de2403a34fe4f1b74ed [file] [log] [blame]
Ævar Arnfjörð Bjarmason5e9637c2011-11-18 00:14:42 +01001# This is a phony Perl program that's only here to test xgettext
2# message extraction
3
4# so the above comment won't be folded into the next one by xgettext
51;
6
7# TRANSLATORS: This is a test. You don't need to translate it.
8print __("TEST: A Perl test string");
9
10# TRANSLATORS: This is a test. You don't need to translate it.
11printf __("TEST: A Perl test variable %s"), "moo";
12
13# TRANSLATORS: If you see this, Git has a bug
14print _"TEST: A Perl string xgettext will not get";