diff --git a/src/locales/fr/company/legal_entity_type.ts b/src/locales/fr/company/legal_entity_type.ts index 924f8fa7c19..6382799fd16 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', +];