From 58eb4d521d961dccc77d8e1645da31e132c9849b Mon Sep 17 00:00:00 2001 From: Leko Date: Thu, 22 Aug 2024 20:03:37 +0900 Subject: [PATCH 1/2] chore: update venue --- 2024/src/i18n/en.ts | 10 +++++----- 2024/src/i18n/ja.ts | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/2024/src/i18n/en.ts b/2024/src/i18n/en.ts index a35041a32..1e423197d 100644 --- a/2024/src/i18n/en.ts +++ b/2024/src/i18n/en.ts @@ -38,16 +38,16 @@ export const en = { buyTickets: "Registration", comingSoon: "Coming soon", venue: "Venue", - "venue.name": "GranTokyo South Tower", - "venue.address": "Gran Tokyo South Tower, 1-chōme-9-2 Marunouchi, Chiyoda City, Tokyo 100-0005", + "venue.name": "KS Building Kudansakaue", + "venue.address": "〒102-0073 1-14-6 Kudankita Chiyoda-ku Tokyo", "venue.accessBytrain": "ACCESS BY TRAIN", "venue.accessBytrainRoute": - "Directly connected to JR Tokyo Station", + "1 minute walk from Exit 1 of Kudanshita Station on Tokyo Metro Hanzomon Line, Tokyo Metro Tozai Line or Toei Shinjuku Line", "venue.accessByPlane": "ACCESS BY PLANE", "venue.accessByNaritaAirport": - "Approx. 90 minutes from Narita Airport to JR Tokyo Station", + "Approx. 90 minutes from Narita Airport to JR Kudanshita Station", "venue.accessByHanedaAirport": - "Approx. 50 minutes from Haneda Airport to JR Tokyo Station", + "Approx. 50 minutes from Haneda Airport to JR Kudanshita Station", "specified-commercial-transactions-act": "Commercial Summary", "code-of-conduct": "Code of Conduct", moreDetails: "More details", diff --git a/2024/src/i18n/ja.ts b/2024/src/i18n/ja.ts index f4f57477c..eb8e43538 100644 --- a/2024/src/i18n/ja.ts +++ b/2024/src/i18n/ja.ts @@ -31,14 +31,14 @@ export const ja: { "session.lang.spoken": "音声言語", "session.lang.slides": "スライド言語", venue: "会場アクセス", - "venue.name": "グラントウキョウサウスタワー", - "venue.address": "〒100-6690 東京都千代田区丸の内1丁目9−2", + "venue.name": "九段坂上KSビル", + "venue.address": "〒102-0073 東京都千代田区九段北1-14-6", "venue.accessBytrain": "電車でのアクセス", "venue.accessBytrainRoute": - "JR東京駅直結", + "東京メトロ半蔵門線、東京メトロ東西線、都営新宿線「九段下」駅 1番出口より徒歩1分", "venue.accessByPlane": "飛行機でのアクセス", - "venue.accessByNaritaAirport": "成田空港からJR 東京駅まで約90分", - "venue.accessByHanedaAirport": "羽田空港からJR 東京駅まで約50分", + "venue.accessByNaritaAirport": "成田空港からJR 九段下駅まで約90分", + "venue.accessByHanedaAirport": "羽田空港からJR 九段下駅まで約50分", moreDetails: "詳細", "specified-commercial-transactions-act": "特定商取引法に基づく表示", "code-of-conduct": "行動規範", From 7e0387520998cbf56e232afb9ef51301c6f93995 Mon Sep 17 00:00:00 2001 From: Leko Date: Thu, 22 Aug 2024 20:09:03 +0900 Subject: [PATCH 2/2] fixup --- 2024/src/components/Map.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2024/src/components/Map.tsx b/2024/src/components/Map.tsx index cb84725b5..f6029c500 100644 --- a/2024/src/components/Map.tsx +++ b/2024/src/components/Map.tsx @@ -20,7 +20,7 @@ export function Map(props: Props) {