Skip to content

Commit

Permalink
refactor(locale): update french legal entity types (#3142)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlecomte-IED authored Sep 26, 2024
1 parent 9537dfd commit d6bceb6
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion src/locales/fr/company/legal_entity_type.ts
Original file line number Diff line number Diff line change
@@ -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',
];

0 comments on commit d6bceb6

Please sign in to comment.