Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1234 from vinkla/swedish-titles
Browse files Browse the repository at this point in the history
Add swedish job titles
  • Loading branch information
fzaninotto authored Jul 3, 2017
2 parents 98c7072 + 25b82b9 commit ff1ce33
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Faker/Provider/sv_SE/Company.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,11 @@ class Company extends \Faker\Provider\Company
);

protected static $companySuffix = array('AB', 'HB');

protected static $jobTitles = array('Automationsingenjör', 'Bagare', 'Digital Designer', 'Ekonom', 'Ekonomichef', 'Elektronikingenjör', 'Försäljare', 'Försäljningschef', 'Innovationsdirektör', 'Investeringsdirektör', 'Journalist', 'Kock', 'Kulturstrateg', 'Läkare', 'Lokförare', 'Mäklare', 'Programmerare', 'Projektledare', 'Sjuksköterska', 'Utvecklare', 'UX Designer', 'Webbutvecklare');

public function jobTitle()
{
return static::randomElement(static::$jobTitles);
}
}

0 comments on commit ff1ce33

Please sign in to comment.