update bots
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
from .. import Provider as CompanyProvider
|
||||
|
||||
|
||||
class Provider(CompanyProvider):
|
||||
# Source: https://www.wko.at/wirtschaftsrecht/gesellschaftsformen-oesterreich
|
||||
|
||||
formats = (
|
||||
"{{last_name}} {{company_suffix}}",
|
||||
"{{last_name}} {{last_name}} {{company_suffix}}",
|
||||
"{{last_name}} & {{last_name}} {{company_suffix}}",
|
||||
)
|
||||
|
||||
company_suffixes = (
|
||||
"AG",
|
||||
"AG",
|
||||
"AG",
|
||||
"GesbR",
|
||||
"GmbH",
|
||||
"GmbH",
|
||||
"GmbH",
|
||||
"KG",
|
||||
"KG",
|
||||
"KG",
|
||||
"OG",
|
||||
"e.V.",
|
||||
)
|
||||
Binary file not shown.
Reference in New Issue
Block a user