mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
4 lines
159 B
Bash
4 lines
159 B
Bash
#!/bin/sh
|
|
# This command retrieves the strings that need to be translated
|
|
sgrep -o "%r\n" '"getMLText(\"" __ "\""' */*.php views/bootstrap/*.php |sort|uniq -c
|