Skip to content

Commit d6bceb6

Browse files
authored
refactor(locale): update french legal entity types (#3142)
1 parent 9537dfd commit d6bceb6

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed
Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
export default ['EI', 'EURL', 'GIE', 'SA', 'SARL', 'SAS', 'SCOP', 'SEM'];
1+
export default [
2+
'EI',
3+
'EURL',
4+
'GIE',
5+
'SA',
6+
'SARL',
7+
'SAS',
8+
'SASU',
9+
'SCA',
10+
'SCOP',
11+
'SCS',
12+
'SEM',
13+
'SNC',
14+
];

0 commit comments

Comments
 (0)