Skip to content

Commit 4b0856d

Browse files
Its-Just-NansCopilot3w36zj6YDX-2147483647
authored
refactor: move translations to singlefile (#272)
Co-authored-by: Copilot <[email protected]> Co-authored-by: 3w36zj6 <[email protected]> Co-authored-by: Y.D.X. <[email protected]>
1 parent 8b03a1c commit 4b0856d

26 files changed

+384
-115
lines changed

website/src/components/icons/AlertTriangleIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export const AlertTriangleIcon = () => {
99
stroke-linecap="round"
1010
stroke-linejoin="round"
1111
class="icon icon-tabler icons-tabler-outline icon-tabler-alert-triangle"
12+
role="graphics-symbol"
1213
>
13-
<title>警告アイコン</title>
1414
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
1515
<path d="M12 9v4" />
1616
<path d="M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0z" />

website/src/components/icons/CaretRightCircleIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export const CaretRightCircleIcon = () => {
99
stroke-linecap="round"
1010
stroke-linejoin="round"
1111
class="icon icon-tabler icons-tabler-outline icon-tabler-circle-caret-right"
12+
role="graphics-symbol"
1213
>
13-
<title>再生アイコン</title>
1414
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
1515
<path d="M15 12l-4 -4v8z" />
1616
<path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />

website/src/components/icons/ChevronLeftIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export const ChevronLeftIcon = () => {
99
stroke-linecap="round"
1010
stroke-linejoin="round"
1111
class="icon icon-tabler icons-tabler-outline icon-tabler-chevron-left"
12+
role="graphics-symbol"
1213
>
13-
<title>左矢印アイコン</title>
1414
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
1515
<path d="M15 6l-6 6l6 6" />
1616
</svg>

website/src/components/icons/ChevronRightIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export const ChevronRightIcon = () => {
99
stroke-linecap="round"
1010
stroke-linejoin="round"
1111
class="icon icon-tabler icons-tabler-outline icon-tabler-chevron-right"
12+
role="graphics-symbol"
1213
>
13-
<title>右矢印アイコン</title>
1414
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
1515
<path d="M9 6l6 6l-6 6" />
1616
</svg>

website/src/components/icons/CloseIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export const CloseIcon = () => {
99
stroke-linecap="round"
1010
stroke-linejoin="round"
1111
class="icon icon-tabler icons-tabler-outline icon-tabler-x"
12+
role="graphics-symbol"
1213
>
13-
<title>閉じるアイコン</title>
1414
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
1515
<path d="M18 6l-12 12" />
1616
<path d="M6 6l12 12" />

website/src/components/icons/HelpCircleIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export const HelpCircleIcon = () => {
99
stroke-linecap="round"
1010
stroke-linejoin="round"
1111
class="icon icon-tabler icons-tabler-outline icon-tabler-help"
12+
role="graphics-symbol"
1213
>
13-
<title>ヘルプアイコン</title>
1414
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
1515
<path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />
1616
<path d="M12 17l0 .01" />

website/src/components/icons/HomeIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export const HomeIcon = () => {
99
stroke-linecap="round"
1010
stroke-linejoin="round"
1111
class="icon icon-tabler icons-tabler-outline icon-tabler-home"
12+
role="graphics-symbol"
1213
>
13-
<title>ホームアイコン</title>
1414
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
1515
<path d="M5 12l-2 0l9 -9l9 9l-2 0" />
1616
<path d="M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7" />

website/src/components/icons/InfoCircleIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export const InfoCircleIcon = () => {
99
stroke-linecap="round"
1010
stroke-linejoin="round"
1111
class="icon icon-tabler icons-tabler-outline icon-tabler-info-circle"
12+
role="graphics-symbol"
1213
>
13-
<title>情報アイコン</title>
1414
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
1515
<path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />
1616
<path d="M12 9h.01" />

website/src/components/icons/LanguageIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ export const LanguageIcon = () => {
88
stroke-linecap="round"
99
stroke-linejoin="round"
1010
class="icon icon-tabler icons-tabler-outline icon-tabler-language-hiragana"
11+
role="graphics-symbol"
1112
>
12-
<title>言語アイコン</title>
1313
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
1414
<path d="M4 5h7" />
1515
<path d="M7 4c0 4.846 0 7 .5 8" />

website/src/components/icons/MenuIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export const MenuIcon = () => {
99
stroke-linecap="round"
1010
stroke-linejoin="round"
1111
class="icon icon-tabler icons-tabler-outline icon-tabler-menu-2"
12+
role="graphics-symbol"
1213
>
13-
<title>メニューアイコン</title>
1414
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
1515
<path d="M4 6l16 0" />
1616
<path d="M4 12l16 0" />

0 commit comments

Comments
 (0)