fix pattern for unfinished string, ts-stat script

This commit is contained in:
Guilherme Brondani Torri 2015-05-26 20:41:01 +02:00
parent 461688fc4e
commit a7325f32d9

View File

@ -48,7 +48,7 @@ function getValues() {
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 )