Skip to content

Commit 59326e8

Browse files
authored
Merge pull request #2324 from ofhope/include-i18n-in-storybook
fix: storybook i18n strings
2 parents c9b0c4d + 5805a7b commit 59326e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.storybook/preview.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { Provider } from 'react-redux';
33

44
import ThemeProvider from '../client/modules/App/components/ThemeProvider';
55
import configureStore from '../client/store';
6+
import '../client/i18n-test';
67
import '../client/styles/build/css/main.css'
78

89
const initialState = window.__INITIAL_STATE__;

0 commit comments

Comments
 (0)