Add use to generated files

add use for L10n to generated files
This commit is contained in:
Adam Magness 2018-01-24 11:12:06 -05:00
parent df7bdbfc66
commit c9d74d6844
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
}
$s = '<?php' . "\n";
$s = '<?php' . "\n" . 'use Friendica\Core\L10n;' . "\n";
$s .= '
function string_plural_select($n){
return ($n != 1);