Skip to content

Commit 3d0dc84

Browse files
authored
Merge pull request #13 from gravity-ui/add-mds-and-stories-translations
Add mds and stories translations
2 parents 1bd9e60 + c512a17 commit 3d0dc84

File tree

160 files changed

+5706
-4924
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+5706
-4924
lines changed

.storybook/preview.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import {PageConstructorProvider} from '../src/containers/PageConstructor/Provide
1010
import {withTheme} from './decorators/withTheme';
1111
import {withMobile} from './decorators/withMobile';
1212
import {withLang} from './decorators/withLang';
13+
1314
import {DocsWithReadme} from '../src/demo/DocsWithReadme';
1415

1516
import {ThemeProvider} from '../src';
@@ -104,7 +105,7 @@ export const globalTypes = {
104105
},
105106
lang: {
106107
name: 'Language',
107-
defaultValue: 'ru',
108+
defaultValue: 'en',
108109
toolbar: {
109110
icon: 'globe',
110111
items: [

0 commit comments

Comments
 (0)