not stop localize, just ignore invalid po entries
Change-Id: I8bd987ec0f2bd4a886a14d38d7b7ba354abd2f06
This commit is contained in:
parent
e4b99f5d44
commit
d4c13acaab
1 changed files with 0 additions and 1 deletions
|
@ -282,7 +282,6 @@ void handleCommand(
|
||||||
<< "'s output is invalid:\n"
|
<< "'s output is invalid:\n"
|
||||||
<< sLine.replaceAll("\t","\\t").getStr()
|
<< sLine.replaceAll("\t","\\t").getStr()
|
||||||
<< endl;
|
<< endl;
|
||||||
throw false; //TODO
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
getline(in, s);
|
getline(in, s);
|
||||||
|
|
Loading…
Reference in a new issue