Skip to content

Commit

Permalink
Corrected German "from"
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Oct 15, 2023
1 parent c7f1032 commit fc48a92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gedcom
Original file line number Diff line number Diff line change
Expand Up @@ -5711,7 +5711,7 @@ sub print_person
}
my $place = place({ person => $person, record => $events[0] });
if($language eq 'German') {
$place =~ s/^\sin/ nach/;
$place =~ s/^\sin/ von/;
} else {
$place =~ s/^\sin/ from/;
}
Expand Down Expand Up @@ -5967,7 +5967,7 @@ sub print_person
}
my $place = place({ person => $person, record => $event });
if($language eq 'German') {
$place =~ s/^\sin/ nach/;
$place =~ s/^\sin/ von/;
} else {
$place =~ s/^\sin/ from/;
}
Expand Down Expand Up @@ -12627,7 +12627,7 @@ during %s life:F:während ihres Lebens
eldest::älteste
father::Vater
following the death of::Nach dem Tod von
from::nach
from::von
has had::hatte
had::hatte
has lived in %s::hat in %s gelebt
Expand Down

0 comments on commit fc48a92

Please sign in to comment.