···307307 }
308308 }
309309 foreach my $tgt (keys(%ep)) {
310310- if (!defined($lp{$tgt})) {
310310+ if (!defined($lp{$tgt}) || ($lp{$tgt} eq 'none')) {
311311 # If it doesn't exist in the language, copy it from English
312312 if ($ep{$tgt} ne 'none' && $ep{$tgt} ne '' ) {
313313 $lang{$id}{'notes'} .= "### The <dest> section for '$id:$tgt' is missing! Copying from english!\n";
···356356 }
357357 }
358358 foreach my $tgt (keys(%ep)) {
359359- if (!defined($lp{$tgt})) {
359359+ if (!defined($lp{$tgt}) || ($lp{$tgt} eq 'none')) {
360360 # If it doesn't exist in the language, copy it from English
361361 if ($ep{$tgt} ne 'none' && $ep{$tgt} ne '' ) {
362362 $lang{$id}{'notes'} .= "### The <voice> section for '$id:$tgt' is missing! Copying from english!\n";