diff options
| author | Jeremie Lecomte <[email protected]> | 2024-09-26 17:54:53 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-09-26 15:54:53 +0000 |
| commit | d6bceb662de6559446fedb11de53a632a525aba0 (patch) | |
| tree | 854a44a73e376b41f287681d0c97449a12fc3428 /src | |
| parent | 9537dfddba882bd93d9a429697fd44bc72428426 (diff) | |
| download | faker-d6bceb662de6559446fedb11de53a632a525aba0.tar.xz faker-d6bceb662de6559446fedb11de53a632a525aba0.zip | |
refactor(locale): update french legal entity types (#3142)
Diffstat (limited to 'src')
| -rw-r--r-- | src/locales/fr/company/legal_entity_type.ts | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/src/locales/fr/company/legal_entity_type.ts b/src/locales/fr/company/legal_entity_type.ts index 924f8fa7..6382799f 100644 --- a/src/locales/fr/company/legal_entity_type.ts +++ b/src/locales/fr/company/legal_entity_type.ts @@ -1 +1,14 @@ -export default ['EI', 'EURL', 'GIE', 'SA', 'SARL', 'SAS', 'SCOP', 'SEM']; +export default [ + 'EI', + 'EURL', + 'GIE', + 'SA', + 'SARL', + 'SAS', + 'SASU', + 'SCA', + 'SCOP', + 'SCS', + 'SEM', + 'SNC', +]; |
