Skip to content

Commit

Permalink
Merge pull request #421 from jsconfjp/update-venue
Browse files Browse the repository at this point in the history
chore: update venue
  • Loading branch information
Leko committed Aug 22, 2024
2 parents 47b0c31 + 7e03875 commit 0fd8f42
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion 2024/src/components/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function Map(props: Props) {
<Iframe
width={width}
height={height}
src={`https://www.google.com/maps/embed/v1/place?q=place_id:ChIJxe2InfyLGGARY7lD5QxJ2fg&key=AIzaSyAhtEqpuBA3ChFU30d4A1bSODO-anJ54Vo&language=${i18n.language}`}
src={`https://www.google.com/maps/embed/v1/place?q=place_id:ChIJWSmeUWqMGGAR8liQymoZP50&key=AIzaSyAhtEqpuBA3ChFU30d4A1bSODO-anJ54Vo&language=${i18n.language}`}
frameBorder="0"
allowFullScreen
title={title ?? undefined}
Expand Down
10 changes: 5 additions & 5 deletions 2024/src/i18n/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions 2024/src/i18n/ja.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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": "行動規範",
Expand Down

0 comments on commit 0fd8f42

Please sign in to comment.