From d6a3f095973e4c38e19890ecf69501279605e15c Mon Sep 17 00:00:00 2001
From: rockleona <34214497+rockleona@users.noreply.github.com>
Date: Mon, 12 Aug 2024 18:21:15 +0800
Subject: [PATCH] feat(sprints): update sprints info and show on nav
---
i18n/events/sprints.i18n.js | 4 ++--
pages/events/sprints.vue | 8 ++++----
store/index.js | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/i18n/events/sprints.i18n.js b/i18n/events/sprints.i18n.js
index f850b3388e..70028b185c 100644
--- a/i18n/events/sprints.i18n.js
+++ b/i18n/events/sprints.i18n.js
@@ -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 ' +
@@ -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。' +
'衝刺開發是一個聚集開源專案負責人、貢獻者、想貢獻但不知道從何開始的人的活動。' +
'在活動中,將會有專案領導人帶著他們專案待解決的問題、待開發的功能來現場分享與解說。' +
'你可以選擇加入自己喜歡的專案,或是帶著自己的專案和大家分享!' +
diff --git a/pages/events/sprints.vue b/pages/events/sprints.vue
index 9362796e3a..21fb9a24fd 100644
--- a/pages/events/sprints.vue
+++ b/pages/events/sprints.vue
@@ -15,21 +15,21 @@
>
KKTIX
HackMD
{{ $t('form') }}
@@ -39,7 +39,7 @@
diff --git a/store/index.js b/store/index.js
index 29d10a583d..cc402739af 100644
--- a/store/index.js
+++ b/store/index.js
@@ -26,7 +26,7 @@ export const state = () => ({
showIndexSponsorSection: true,
showIndexSecondaryBtn: true,
aboutHideItems: ['apacCommunity'], // ['pycontw', 'apacCommunity', 'history', 'community', 'codeOfConduct']
- eventsHideItems: ['sprints', 'openSpaces'], // ['sprints', 'openSpaces', 'jobs']
+ eventsHideItems: ['openSpaces'], // ['sprints', 'openSpaces', 'jobs']
conferenceHideItems: ['panelDiscussion'], // ['keynotes', 'talks', 'tutorials', 'panelDiscussion']
registrationHideItems: [], // ['tickets', 'financialAid']
venueHideItems: [], // ['venueInfo', 'accommodation']