mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-22 08:19:52 +01:00
Added more company suffixes to de_DE.
See http://en.wikipedia.org/wiki/Types_of_business_entity#Germany and http://de.wikipedia.org/wiki/Rechtsform#Deutschland .
This commit is contained in:
parent
95f27173e4
commit
6a8eb8e8e6
@ -11,5 +11,5 @@ class Company extends \Faker\Provider\Company
|
||||
'{{lastName}}',
|
||||
);
|
||||
|
||||
protected static $companySuffix = array('GmbH', 'AG', 'KG');
|
||||
protected static $companySuffix = array('e.G.', 'e.V.', 'GbR', 'GbR', 'OHG mbH', 'GmbH & Co. OHG', 'AG & Co. OHG', 'GmbH', 'GmbH', 'GmbH', 'GmbH', 'AG', 'AG', 'AG', 'AG', 'KG', 'KG', 'KG', 'GmbH & Co. KG', 'GmbH & Co. KG', 'AG & Co. KG', 'Stiftung & Co. KG', 'KGaA', 'GmbH & Co. KGaA', 'AG & Co. KGaA', 'Stiftung & Co. KGaA');
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user