Modify Updatelang to make it more error proof when trasnlation come from Transifex

Este commit está contenido en:
Sébastien Lucas 2015-11-03 14:37:46 +01:00
padre 32a38fe2dd
commit 449b6bda01
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -67,7 +67,7 @@ sub handleLanguageFile {
my $content = loadFile ($file);
while ($content =~ /"(.*?)"\:"(.*?)",/igs) {
while ($content =~ /"(.*?)"\:\s*"(.*?)",/igs) {
my $key = $1;
my $value = $2;
next if ($key =~ /^##TODO##/);