From d4c13acaabd37dd9a7026881bc69e0fa64524536 Mon Sep 17 00:00:00 2001 From: Zolnai Tamás Date: Sat, 9 Mar 2013 12:48:00 +0100 Subject: not stop localize, just ignore invalid po entries Change-Id: I8bd987ec0f2bd4a886a14d38d7b7ba354abd2f06 --- l10ntools/source/localize.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx index af61293bf979..55dcda2cf2fe 100644 --- a/l10ntools/source/localize.cxx +++ b/l10ntools/source/localize.cxx @@ -282,7 +282,6 @@ void handleCommand( << "'s output is invalid:\n" << sLine.replaceAll("\t","\\t").getStr() << endl; - throw false; //TODO } } getline(in, s); -- cgit