Skip to content

Commit

Permalink
More French
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Nov 22, 2023
1 parent da67843 commit cd80523
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions gedcom
Original file line number Diff line number Diff line change
Expand Up @@ -2848,9 +2848,9 @@ sub print_person
$noun = $pronoun;
}
if(is_alive(person => $person)) {
$phrase->append(' is ');
$phrase->append(i18n(' is '));
} else {
$phrase->append(' was ');
$phrase->append(i18n(' was '));
}
if($language eq 'French') {
$phrase->append('l');
Expand Down Expand Up @@ -12615,6 +12615,7 @@ they::they
times::times
to::to
twice::twice
was::was
was buried::was buried
was born::was born
was living::was living
Expand Down Expand Up @@ -12691,6 +12692,7 @@ they:F:elles
times::temps
to::à
twice::deux fois
was::était
was buried:M:a été inhumé
was buried:F:a été inhumée
was born:M:est né
Expand Down

0 comments on commit cd80523

Please sign in to comment.