mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
fix pattern for unfinished string, ts-stat script
This commit is contained in:
parent
461688fc4e
commit
a7325f32d9
@ -48,7 +48,7 @@ function getValues() {
|
|||||||
|
|
||||||
UNTRANSLATED=$(grep "<translation.*></translation>" $1 | wc -l )
|
UNTRANSLATED=$(grep "<translation.*></translation>" $1 | wc -l )
|
||||||
|
|
||||||
UNFINISHED=$(grep "<translation type=\"unfinished\">" $1 | wc -l )
|
UNFINISHED=$(grep "<translation type=\"unfinished\"" $1 | wc -l )
|
||||||
|
|
||||||
TRANSLATED=$(grep "<translation.*>.\+<" $1 | wc -l )
|
TRANSLATED=$(grep "<translation.*>.\+<" $1 | wc -l )
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user