Properly add author name from gettext files

pull/46/merge
Thomas Bruederli 12 years ago
parent b6add5aed0
commit de1040731b

@ -125,6 +125,7 @@ function import_file($fn)
foreach ($dests as $dest) {
list($file, $label) = explode(':', $dest);
$out[$file][$label] = $msgstr;
$out[$file]['_translator'] = $translator;
}
}

Loading…
Cancel
Save