From d6bceb662de6559446fedb11de53a632a525aba0 Mon Sep 17 00:00:00 2001 From: Jeremie Lecomte Date: Thu, 26 Sep 2024 17:54:53 +0200 Subject: [PATCH] refactor(locale): update french legal entity types (#3142) --- src/locales/fr/company/legal_entity_type.ts | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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', +];