mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 05:11:08 +08:00
Update my-component-story-use-globaltype.mdx.mdx
https://github.com/storybookjs/storybook/issues/13602
This commit is contained in:
parent
57fc3cd09e
commit
a8a846bb82
@ -8,7 +8,7 @@ export const getCaptionForLocale = (locale) => {
|
|||||||
case 'kr': return '안녕하세요!';
|
case 'kr': return '안녕하세요!';
|
||||||
case 'zh': return '你好!';
|
case 'zh': return '你好!';
|
||||||
default:
|
default:
|
||||||
return 'Hello!',
|
return 'Hello!';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user