Skip to content

Commit

Permalink
KSP 메뉴 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
sukso96100 authored Jul 2, 2024
1 parent 4ed3d7f commit fb91e9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ export const config = {
{
label: t('nav.socialevents'),
url: `/${locale}/programs/social-events`
},
{
label: t('nav.socialevents'),
url: `https://github.com/ubuntu-kr/ksp-toolkits/blob/master/ksp/ksp-20240810/readme.md`
}
]
},
Expand Down
4 changes: 3 additions & 1 deletion src/i18n/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ export const languages = {
'nav.cfp': 'Call for proposals',
'nav.schedules': 'Schedules (TBD)',
'nav.socialevents': 'Conference Dinner',
'nav.ksp': 'OpenPGP Keysigning Party',
'nav.sponsors': 'Sponsors/Patrons',
'nav.sponsors.join': 'Become a sponsor',
'nav.sponsors.list': 'Our sponsors',
'sponsor.about': 'About the sponsor',
'sponsor.website': 'Visit website'
'sponsor.website': 'Visit website',
},
ko: {
'event.edition': '두번째 UbuCon Korea',
Expand Down Expand Up @@ -66,6 +67,7 @@ export const languages = {
'nav.cfp': '제안서 모집',
'nav.schedules': '시간표 (미정)',
'nav.socialevents': '컨퍼런스 만찬',
'nav.ksp': 'OpenPGP 키사이닝 파티',
'nav.sponsors': '후원사/개인후원',
'nav.sponsors.join': '후원사 등록 안내',
'nav.sponsors.list': '참여 후원사',
Expand Down

0 comments on commit fb91e9b

Please sign in to comment.