Skip to content

Commit

Permalink
Translate "Farmer" into German
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Jan 13, 2025
1 parent c41a0ed commit dd7cab4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gedcom
Original file line number Diff line number Diff line change
Expand Up @@ -11693,6 +11693,8 @@ sub get_all_occupations
$occupation = (($person->sex() eq 'M') ? 'Lehrer' : 'Lehrerin');
} elsif($occupation =~ /(.+)\sFarmer/) {
$occupation = (($person->sex() eq 'M') ? 'Landwirt' : 'Landwirtin');
} elsif($occupation eq 'Farmer') {
$occupation = (($person->sex() eq 'M') ? 'Bauer' : 'Bauerin');
}
$occupation =~ s/retired/im ruhestand/i;
$occupation =~ s/self-employed/slbststa\N{U+00E4}ndig/;
Expand Down

0 comments on commit dd7cab4

Please sign in to comment.