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