Skip to content

Commit d6a3f09

Browse files
committed
feat(sprints): update sprints info and show on nav
1 parent f428420 commit d6a3f09

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

i18n/events/sprints.i18n.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default genI18nMessages({
44
'en-us': {
55
title: 'Sprints',
66
intro:
7-
'The Summer Sprint event will be held on 8/20 (Sun.) 10:00 ~ 17:00 (TST).\n\n' +
7+
'The Sprint event will be held on 9/23 (Mon.) 10:00 ~ 17:00 (TST).\n\n' +
88
'A sprint event gathers open source project owners, ' +
99
'contributors, and people who want to contribute but are trying to find a place to start. ' +
1010
'During a sprint, project hosts bring their unresolved issues or new ' +
@@ -35,7 +35,7 @@ export default genI18nMessages({
3535
'zh-hant': {
3636
title: '衝刺開發 (Sprints)',
3737
intro:
38-
'PyCon TW 2023 夏季衝刺開發的活動時間是 8/20 (日) 10:00 ~ 17:00。' +
38+
'PyCon TW 2024 衝刺開發的活動時間是 9/23 (一) 10:00 ~ 17:00。' +
3939
'衝刺開發是一個聚集開源專案負責人、貢獻者、想貢獻但不知道從何開始的人的活動。' +
4040
'在活動中,將會有專案領導人帶著他們專案待解決的問題、待開發的功能來現場分享與解說。' +
4141
'你可以選擇加入自己喜歡的專案,或是帶著自己的專案和大家分享!' +

pages/events/sprints.vue

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@
1515
>
1616
<template #kktix>
1717
<ext-link
18-
href="https://pycontw.kktix.cc/events/2023-sprints"
18+
href="https://pycontw.kktix.cc/events/2024-sprints"
1919
highlight
2020
>KKTIX</ext-link
2121
>
2222
</template>
2323
<template #hackmd>
2424
<ext-link
25-
href="https://hackmd.io/R98LEB4MSxm4AeExmxuZnA"
25+
href="https://hackmd.io/LKLr7XyOR9mK1AEEnvnCuQ"
2626
highlight
2727
>HackMD</ext-link
2828
>
2929
</template>
3030
<template #form>
3131
<ext-link
32-
href="https://forms.gle/UjpBvHmqSaULoX2s7"
32+
href="https://forms.gle/qMDXfjAzdBC4m1us5"
3333
highlight
3434
>{{ $t('form') }}</ext-link
3535
>
@@ -39,7 +39,7 @@
3939
</two-col-wrapper>
4040
<iframe
4141
class="hackmd"
42-
src="https://hackmd.io/R98LEB4MSxm4AeExmxuZnA"
42+
src="https://hackmd.io/LKLr7XyOR9mK1AEEnvnCuQ"
4343
></iframe>
4444
</i18n-page-wrapper>
4545
</template>

store/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const state = () => ({
2626
showIndexSponsorSection: true,
2727
showIndexSecondaryBtn: true,
2828
aboutHideItems: ['apacCommunity'], // ['pycontw', 'apacCommunity', 'history', 'community', 'codeOfConduct']
29-
eventsHideItems: ['sprints', 'openSpaces'], // ['sprints', 'openSpaces', 'jobs']
29+
eventsHideItems: ['openSpaces'], // ['sprints', 'openSpaces', 'jobs']
3030
conferenceHideItems: ['panelDiscussion'], // ['keynotes', 'talks', 'tutorials', 'panelDiscussion']
3131
registrationHideItems: [], // ['tickets', 'financialAid']
3232
venueHideItems: [], // ['venueInfo', 'accommodation']

0 commit comments

Comments
 (0)