mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-30 20:51:22 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			136 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			136 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh
 | |
| # This command retrieves the strings that need to be translated
 | |
| sgrep -o "%r\n" '"getMLText(\"" __ "\""' */*.php|sort|uniq -c
 | 
