Revision 87b0de4c
Von Moritz Bunkus vor etwa 12 Jahren hinzugefügt
scripts/locales.pl | ||
---|---|---|
404 | 404 |
} |
405 | 405 |
} |
406 | 406 |
|
407 |
my ($found) = /locale->text.*?\(/;
|
|
407 |
my ($found) = / (?: locale->text | \b t8 ) \b .*? \(/x;
|
|
408 | 408 |
$postmatch = "$'"; |
409 | 409 |
|
410 | 410 |
if ($found) { |
Auch abrufbar als: Unified diff
SL::Locale::String-Klasse für verzögerte Übersetzung hinzugefügt