Skip to content

Commit 9368b6f

Browse files
cursoragentyamanoku
andcommitted
feat: add English name ushironoko for うしろのこ
Set nameEn to ushironoko across 2022, 2023 panel entries and the 2026 solo talk so English mode shows the expected handle. Co-authored-by: Oyama Michinoku <0910yama@gmail.com>
1 parent e962170 commit 9368b6f

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/data/speakers-2022.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ export const speakers2022: SpeakerInfo[] = [
126126
},
127127
{
128128
name: ["miyaoka", "うしろのこ", "takanorip", "やまのく", "kazupon"],
129+
nameEn: ["miyaoka", "ushironoko", "takanorip", "やまのく", "kazupon"],
129130
title: "なるほどVueコンポーネント",
130131
url: "https://vuefes.jp/2022/#naruhodo-vue-component",
131132
format: "panel",

src/data/speakers-2023.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ export const speakers2023: SpeakerInfo[] = [
154154
},
155155
{
156156
name: ["takanorip", "miyaoka", "wattanx", "やまのく", "うしろのこ", "kazupon"],
157+
nameEn: ["takanorip", "miyaoka", "wattanx", "やまのく", "ushironoko", "kazupon"],
157158
title: "なぜVueを選んだのか?",
158159
url: "https://vuefes.jp/2023/#events-panel",
159160
format: "panel",

src/data/speakers-2026.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export const speakers2026: SpeakerInfo[] = [
8383
},
8484
{
8585
name: ["うしろのこ"],
86+
nameEn: ["ushironoko"],
8687
title: "型なし、テストなし、1万行のドメインロジックがあるVuexをPiniaへ移行する",
8788
url: "https://vuefes.jp/2026/speaker/ushironoko",
8889
},

0 commit comments

Comments
 (0)