Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(sprints): update sprints info and show on nav #565

Merged
merged 2 commits into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions i18n/events/sprints.i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default genI18nMessages({
'en-us': {
title: 'Sprints',
intro:
'The Summer Sprint event will be held on 8/20 (Sun.) 10:00 ~ 17:00 (TST).\n\n' +
'The Sprint event will be held on 9/23 (Mon.) 10:00 ~ 17:00 (TST).\n\n' +
'A sprint event gathers open source project owners, ' +
'contributors, and people who want to contribute but are trying to find a place to start. ' +
'During a sprint, project hosts bring their unresolved issues or new ' +
Expand Down Expand Up @@ -35,7 +35,7 @@ export default genI18nMessages({
'zh-hant': {
title: '衝刺開發 (Sprints)',
intro:
'PyCon TW 2023 夏季衝刺開發的活動時間是 8/20 (日) 10:00 ~ 17:00。' +
'PyCon TW 2024 衝刺開發的活動時間是 9/23 (一) 10:00 ~ 17:00。' +
'衝刺開發是一個聚集開源專案負責人、貢獻者、想貢獻但不知道從何開始的人的活動。' +
'在活動中,將會有專案領導人帶著他們專案待解決的問題、待開發的功能來現場分享與解說。' +
'你可以選擇加入自己喜歡的專案,或是帶著自己的專案和大家分享!' +
Expand Down
8 changes: 4 additions & 4 deletions pages/events/sprints.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
>
<template #kktix>
<ext-link
href="https://pycontw.kktix.cc/events/2023-sprints"
href="https://pycontw.kktix.cc/events/2024-sprints"
highlight
>KKTIX</ext-link
>
</template>
<template #hackmd>
<ext-link
href="https://hackmd.io/R98LEB4MSxm4AeExmxuZnA"
href="https://hackmd.io/LKLr7XyOR9mK1AEEnvnCuQ"
highlight
>HackMD</ext-link
>
</template>
<template #form>
<ext-link
href="https://forms.gle/UjpBvHmqSaULoX2s7"
href="https://forms.gle/qMDXfjAzdBC4m1us5"
highlight
>{{ $t('form') }}</ext-link
>
Expand All @@ -39,7 +39,7 @@
</two-col-wrapper>
<iframe
class="hackmd"
src="https://hackmd.io/R98LEB4MSxm4AeExmxuZnA"
src="https://hackmd.io/LKLr7XyOR9mK1AEEnvnCuQ"
></iframe>
</i18n-page-wrapper>
</template>
Expand Down
2 changes: 1 addition & 1 deletion store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const state = () => ({
showVenuePage: true,
aboutHideItems: ['apacCommunity'], // ['pycontw', 'apacCommunity', 'history', 'community', 'codeOfConduct']
conferenceHideItems: ['panelDiscussion'], // ['keynotes', 'talks', 'tutorials', 'panelDiscussion']
eventsHideItems: ['sprints'], // ['sprints', 'openSpaces', 'jobs']
eventsHideItems: [], // ['sprints', 'openSpaces', 'jobs']
registrationHideItems: [], // ['tickets', 'financialAid']
venueHideItems: [], // ['venueInfo', 'accommodation']
},
Expand Down
Loading