* tests/gettext_strings_test.in: A test to check for strings not

marked for translation.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-05-07 11:47:30 +02:00
parent bed061426d
commit 43fe02cbaf
4 changed files with 5019 additions and 0 deletions

View file

@ -545,6 +545,12 @@ script = {
common = tests/example_scripted_test.in;
};
script = {
testcase;
name = gettext_strings_test;
common = tests/gettext_strings_test.in;
};
script = {
testcase;
name = pata_test;