Skip to content

Commit

Permalink
Translate teacher into German
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Nov 8, 2023
1 parent 93b4fa1 commit e92f58e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gedcom
Original file line number Diff line number Diff line change
Expand Up @@ -10689,6 +10689,10 @@ sub get_all_occupations
$occupation = 'Professeur';
}
$occupation =~ s/retired/\N{U+00E0} la retrainte/i;
} elsif($language eq 'German') {
if($occupation eq 'Teacher') {
$occupation = (($person->sex() eq 'M') ? 'Lehrer' : 'Lehrerin');
}
}
if($occupation =~ /works? (on|for) (.+)/i) {
$occupation = "$2 worker";
Expand Down

0 comments on commit e92f58e

Please sign in to comment.