Skip to content

Commit 73ac844

Browse files
committed
fix
1 parent 3da0655 commit 73ac844

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

app/assets/locale/all.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ export default {
128128
events_panel_discussion: 'パネルディスカッション',
129129
panelist: 'パネラー',
130130
various_other_events: 'その他の各種イベント',
131+
medpeer_hacomono_mntsq_event_title: 'kazuponさん登壇!Vue Fes Japan 2023 After Meetup',
131132
medpeer_hacomono_mntsq_event_detail:
132133
'Vue.js 日本ユーザーグループ代表の kazupon さんを特別ゲストとして迎え、セッションやパネルディスカッションを行います。',
133134
/**
@@ -535,6 +536,8 @@ export default {
535536
events_panel_discussion: 'Panel Discussion',
536537
panelist: 'Panelist',
537538
various_other_events: 'Various Other Events',
539+
medpeer_hacomono_mntsq_event_title:
540+
'kazupon will be speaking at Vue Fes Japan 2023 After Meetup!',
538541
medpeer_hacomono_mntsq_event_detail:
539542
'We will have a session and panel discussion with kazupon, the representative of Vue.js Japan User Group, as a special guest.',
540543
/**

app/content/en/top/related-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Only sponsors are possible to hold events related to Vue Fes Japan 2023.
1+
Medpeer, Inc., MNTSQ, LTD. and hacomono, Inc. will hold a joint event as an after event of Vue Fes Japan 2023. Vue.js Japan User Group Representative, Mr. Kazupon, will be a special guest at the event, which will include sessions and panel discussions. Let's discuss your thoughts and memories of Vue Fes Japan 2023, the first offline event in 5 years!

app/content/ja/top/related-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
協賛いただいた企業の皆様に限定して、Vue Fes Japan 2023の関連イベントを開催いただけます。
1+
Vue Fes Japan 2023 のアフターイベントとして、メドピア株式会社、MNTSQ株式会社、及び株式会社hacomonoが合同でイベントを開催します。 Vue.js 日本ユーザーグループ代表の kazupon さんを特別ゲストとして迎え、セッションやパネルディスカッションを行います。 5年ぶりのオフラインでの開催となる Vue Fes Japan 2023 の感想や思い出を語り合いましょう!

app/pages/events.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,13 @@ useHead({
3636
<div class="event-menu">
3737
<EventCard
3838
src="/event/after-event/medpeer-hacomono-mntsq.png"
39-
:alt="`Vue Fes Japan 2023 After Meetup`"
39+
:alt="$t('top.medpeer_hacomono_mntsq_event_title')"
4040
register-url="https://medpeer.connpass.com/event/297734/"
4141
:register-text="$t('words.attendee_register')"
4242
>
43-
<template #title> Vue Fes Japan 2023 After Meetup </template>
43+
<template #title>
44+
{{ $t('top.medpeer_hacomono_mntsq_event_title') }}
45+
</template>
4446
<template #description>
4547
{{ $t('top.medpeer_hacomono_mntsq_event_detail') }}
4648
</template>

0 commit comments

Comments
 (0)