Skip to content

Commit 75e8a4e

Browse files
authored
Add timeout error message translation (#151)
Signed-off-by: achour94 <[email protected]>
1 parent 505648e commit 75e8a4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/App/AppWrapper.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ import {
3131
SnackbarProvider,
3232
topBarEn,
3333
topBarFr,
34+
errorsEn,
35+
errorsFr,
3436
} from '@gridsuite/commons-ui';
3537
import { type IntlConfig, IntlProvider } from 'react-intl';
3638
import { Provider, useSelector } from 'react-redux';
@@ -122,13 +124,15 @@ const messages: Record<GsLangUser, IntlConfig['messages']> = {
122124
...topBarEn,
123125
...cardErrorBoundaryEn,
124126
...tableEn,
127+
...errorsEn,
125128
},
126129
fr: {
127130
...messages_fr,
128131
...loginFr,
129132
...topBarFr,
130133
...cardErrorBoundaryFr,
131134
...tableFr,
135+
...errorsFr,
132136
},
133137
};
134138

0 commit comments

Comments
 (0)