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

这个提交包含在:
Sébastien Lucas 2015-11-03 14:37:46 +01:00
父节点 32a38fe2dd
当前提交 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##/);