Skip to content

Commit 6f7b160

Browse files
authored
Merge pull request #40 from chigichan24/add-test-video-link
Add link to youtube
2 parents 3962f76 + 0c6ffc5 commit 6f7b160

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/components/Presentation.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ export function Presentations() {
4141
{
4242
imageUrl: "/presentations/ai_agent_test.jpg",
4343
titleKey: "about.presentation.ai_agent_test.title",
44-
contentUrlKey: "about.presentation.ai_agent_test.speakerdeck"
44+
contentUrlKey: "about.presentation.ai_agent_test.speakerdeck",
45+
youtubeUrlKey: "about.presentation.ai_agent_test.youtube"
4546
},
4647
{
4748
imageUrl: "/presentations/droidkaigicollect_20.jpg",

src/contexts/LanguageContext.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ const translations: Translations = {
5252
"about.presentation.kotlin_fest_2025.speakerdeck": "https://speakerdeck.com/chigichan24/achieve-smooth-communication-with-dynamic-playground",
5353
"about.presentation.ai_agent_test.title": "AI Agent Test: Migrate Unit Test Codes by Claude Code",
5454
"about.presentation.ai_agent_test.speakerdeck": "https://speakerdeck.com/chigichan24/migrate-unit-test-codes-by-claude-code",
55+
"about.presentation.ai_agent_test.youtube": "https://www.youtube.com/watch?v=9POfYAjWR-k&t=3617s",
5556
"about.presentation.droidkaigi_collect_20.title": "DroidKaigi.collect {#20}: How to apply live update notification",
5657
"about.presentation.droidkaigi_collect_20.speakerdeck": "https://speakerdeck.com/chigichan24/how-to-apply-live-update-notification",
5758
"about.presentation.flutterkaigi2024.title": "FlutterKaigi 2024: Obfuscation on Flutter Apps",
@@ -110,6 +111,7 @@ const translations: Translations = {
110111
"about.presentation.kotlin_fest_2025.speakerdeck": "https://speakerdeck.com/chigichan24/achieve-smooth-communication-with-dynamic-playground",
111112
"about.presentation.ai_agent_test.title": "AI Agentで変わるモバイルアプリ開発におけるテスト: Claude CodeでサクサクTestコードを移行しよう",
112113
"about.presentation.ai_agent_test.speakerdeck": "https://speakerdeck.com/chigichan24/migrate-unit-test-codes-by-claude-code",
114+
"about.presentation.ai_agent_test.youtube": "https://www.youtube.com/watch?v=9POfYAjWR-k&t=3617s",
113115
"about.presentation.droidkaigi_collect_20.title": "DroidKaigi.collect {#20}: Live Update notificationのつかいどころ",
114116
"about.presentation.droidkaigi_collect_20.speakerdeck": "https://speakerdeck.com/chigichan24/how-to-apply-live-update-notification",
115117
"about.presentation.flutterkaigi2024.title": "FlutterKaigi 2024: Flutterと難読化",

0 commit comments

Comments
 (0)