Add use to generated files
add use for L10n to generated files
This commit is contained in:
		
					parent
					
						
							
								df7bdbfc66
							
						
					
				
			
			
				commit
				
					
						c9d74d6844
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -33,7 +33,7 @@
 | 
			
		|||
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	$s = '<?php' . "\n";
 | 
			
		||||
	$s = '<?php' . "\n" . 'use Friendica\Core\L10n;' . "\n";
 | 
			
		||||
	$s .= '
 | 
			
		||||
function string_plural_select($n){
 | 
			
		||||
	return ($n != 1);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue