Skip to content

Commit

Permalink
Merge pull request #565 from rockleona/feat/pycontw-2024-sprint-update
Browse files Browse the repository at this point in the history
feat(sprints): update sprints info and show on nav
  • Loading branch information
mattwang44 authored Aug 15, 2024
2 parents 7b05724 + c9331d1 commit 7af4dcb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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

0 comments on commit 7af4dcb

Please sign in to comment.