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

このコミットが含まれているのは:
Sébastien Lucas 2015-11-03 14:37:46 +01:00
コミット 449b6bda01
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -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##/);