Implemented some new words in swedish. Use english compound for police officer.

This commit is contained in:
bringert
2006-04-21 12:08:10 +00:00
parent 59d066c8bf
commit e03610fb8f
3 changed files with 11 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ concrete PeaceLexExt_Eng of PeaceLexExt =
landmine_N = regN "landmine" ;
map_N = regN "map" ;
medicine_N = regN "medicine" ;
police8officer_N = mk2N "policeman" "policemen" ;
police8officer_N = compoundN "police" (regN "officer") ;
skin_N = regN "skin" ;
soldier_N = regN "soldier" ;
weapon_N = regN "weapon";