Skip to content

Commit 4c41da7

Browse files
authored
Merge pull request #872 from kenji-arata/translate-wip-and-experimental
CalloutVariantsにおける'wip'と'experimental'のTitleを翻訳
2 parents f9bda76 + 1498936 commit 4c41da7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/MDX/ExpandableCallout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const variantMap = {
5353
'linear-gradient(rgba(245, 249, 248, 0), rgba(245, 249, 248, 1)',
5454
},
5555
experimental: {
56-
title: 'Experimental Feature',
56+
title: '実験的機能',
5757
Icon: IconCanary,
5858
containerClasses:
5959
'bg-green-5 dark:bg-green-60 dark:bg-opacity-20 text-primary dark:text-primary-dark text-lg',
@@ -70,7 +70,7 @@ const variantMap = {
7070
'linear-gradient(rgba(249, 247, 243, 0), rgba(249, 247, 243, 1)',
7171
},
7272
wip: {
73-
title: 'Under Construction',
73+
title: '準備中',
7474
Icon: IconNote,
7575
containerClasses: 'bg-yellow-5 dark:bg-yellow-60 dark:bg-opacity-20',
7676
textColor: 'text-yellow-50 dark:text-yellow-40',

0 commit comments

Comments
 (0)