-
Notifications
You must be signed in to change notification settings - Fork 654
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #984 from spencermountain/dev
Dev
- Loading branch information
Showing
117 changed files
with
1,774 additions
and
863 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,5 +86,6 @@ export default [ | |
'very', | ||
'well', | ||
'backward', | ||
'hella', | ||
|
||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,166 @@ | ||
//professions 'lawyer' that aren't covered by verb.to_actor() | ||
|
||
export default [ | ||
'accountant', | ||
'administrator', | ||
'advisor', | ||
'agent', | ||
'aid', | ||
'analyst', | ||
'animator', | ||
'announcer', | ||
'architect', | ||
'artist', | ||
'assistant', | ||
'attendant', | ||
'bricklayer', | ||
'broker', | ||
'butcher', | ||
'captain', | ||
'caretaker', | ||
'carpenter', | ||
'ceo', | ||
'cfo', | ||
'cleaner', | ||
'clerk', | ||
'composer', | ||
'cook', | ||
'coordinator', | ||
'cowboy', | ||
'dancer', | ||
'dealer', | ||
'deputee', | ||
'deputy', | ||
'designer', | ||
'detective', | ||
'developer', | ||
'dietician', | ||
'director', | ||
'doctor', | ||
'driver', | ||
'examiner', | ||
'farmer', | ||
'fighter', | ||
'firefighter', | ||
'fireman', | ||
'fitter', | ||
'gardener', | ||
'guard', | ||
'hairdresser', | ||
'housekeeper', | ||
'illustrator', | ||
'inspector', | ||
'installer', | ||
'instructor', | ||
'investigator', | ||
'journalist', | ||
'laborer', | ||
'lawyer', | ||
'leader', | ||
'maker', | ||
'mechanic', | ||
'merchant', | ||
'minister', | ||
'musician', | ||
'nurse', | ||
'officer', | ||
'operator', | ||
'optometrist', | ||
'organizer', | ||
'photographer', | ||
'physician', | ||
'pilot', | ||
'planner', | ||
'player', | ||
'plumber', | ||
'policeman', | ||
'politician', | ||
'practitioner', | ||
'president', | ||
'producer', | ||
'programmer', | ||
'prospector', | ||
'psychologist', | ||
'receptionist', | ||
'recruiter', | ||
'reporter', | ||
'representative', | ||
'researcher', | ||
'roofer', | ||
'sailor', | ||
'scientist', | ||
'secretary', | ||
'singer', | ||
'soldier', | ||
'specialist', | ||
'spokesperson', | ||
'supervisor', | ||
'surgeon', | ||
'technician', | ||
'therapist', | ||
'transcriptionist', | ||
'underwriter', | ||
'veterinarian', | ||
'worker', | ||
'writer', | ||
'manager', | ||
// 'engineer', | ||
|
||
|
||
'admiral', | ||
'ayatullah', | ||
'baron', | ||
'baroness', | ||
'brigadier', | ||
'chancellor', | ||
'colonel', | ||
'commander', | ||
'congressman', | ||
'congresswoman', | ||
'constable', | ||
'corporal', | ||
'councillor', | ||
'doctor', | ||
'dutchess', | ||
'excellency', | ||
'field marshal', | ||
'lieutenant', | ||
// 'count', | ||
'captain', | ||
'judge', | ||
'king', | ||
'lady', | ||
'lord', | ||
'magistrate', | ||
'marshal', | ||
'mayor', | ||
// 'miss', | ||
'missus', | ||
'mister', | ||
'officer', | ||
'pastor', | ||
'president', | ||
'prime minister', | ||
'prince', | ||
'princess', | ||
'professor', | ||
'queen', | ||
'rabbi', | ||
'rear admiral', | ||
'first lady', | ||
'reverend', | ||
'sergeant', | ||
'secretary', | ||
'cheerleader', | ||
'quarterback', | ||
'running back', | ||
'defenceman', | ||
'goalie', | ||
'goaltender', | ||
'goalkeeper', | ||
'sultan', | ||
'taoiseach', | ||
'vice admiral', | ||
'sergeant major', | ||
'lieutenant general', | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.