Skip to content

Commit

Permalink
Extend ro_RO company localization with prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSNA authored Aug 8, 2024
1 parent 5f05544 commit eb5f89f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion faker/providers/company/ro_RO/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ class Provider(CompanyProvider):
"{{last_name}} {{last_name}} {{company_suffix}}",
"{{last_name}}",
)

company_prefixes = (
"S.C.",
"S.S.I.",
"A.D."
)
company_suffixes = (
"SRL",
"SA",
Expand Down

0 comments on commit eb5f89f

Please sign in to comment.