Skip to content

Commit

Permalink
일정표 버튼 노출
Browse files Browse the repository at this point in the history
  • Loading branch information
sukso96100 authored Jul 12, 2024
1 parent afce832 commit 9276af1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/i18n/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const languages = {
'nav.about': 'About',
'nav.programs': 'Programs',
'nav.cfp': 'Call for proposals',
'nav.schedules': 'Schedules (TBD)',
'nav.schedules': 'Schedules',
'nav.socialevents': 'Conference Dinner',
'nav.ksp': 'OpenPGP Keysigning Party',
'nav.sponsors': 'Sponsors/Patrons',
Expand Down Expand Up @@ -66,7 +66,7 @@ export const languages = {
'nav.about': '소개',
'nav.programs': '프로그램',
'nav.cfp': '제안서 모집',
'nav.schedules': '시간표 (미정)',
'nav.schedules': '일정표',
'nav.socialevents': '컨퍼런스 만찬',
'nav.ksp': 'OpenPGP 키사이닝 파티',
'nav.sponsors': '후원사/개인후원',
Expand Down
3 changes: 3 additions & 0 deletions src/pages/[lang]/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ const t = useTranslations(lang);
<a href={`/${lang}/sponsors/become-a-sponsor/`} class="p-button"
>{t("home.sponsor")}</a
>
<a href={`/schedules`} class="p-button"
>{t("nav.schedules")}</a
>
</Col>
</Row>
<Row>
Expand Down

0 comments on commit 9276af1

Please sign in to comment.