diff options
| author | DivisionByZero <[email protected]> | 2024-05-14 13:40:53 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-14 13:40:53 +0200 |
| commit | 5ba44bc4a62b708b86cd50cda74977bc3b697240 (patch) | |
| tree | c594248e109238987f1d68ca64b6cbd52dd03143 /src/locales/nl | |
| parent | b27e1a8d4d0402553f6c5b0170bc371adc8f73f3 (diff) | |
| download | faker-5ba44bc4a62b708b86cd50cda74977bc3b697240.tar.xz faker-5ba44bc4a62b708b86cd50cda74977bc3b697240.zip | |
refactor(locale): normalize company data (#2889)
Diffstat (limited to 'src/locales/nl')
| -rw-r--r-- | src/locales/nl/company/suffix.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/locales/nl/company/suffix.ts b/src/locales/nl/company/suffix.ts index 78610912..3d997f30 100644 --- a/src/locales/nl/company/suffix.ts +++ b/src/locales/nl/company/suffix.ts @@ -1,9 +1,9 @@ export default [ 'BV', - 'V.O.F.', + 'Bedrijf', + 'Combinatie', 'Groep', 'NV', - 'Bedrijf', + 'V.O.F.', 'en Zonen', - 'Combinatie', ]; |
