Skip to content

Commit b4bd73c

Browse files
authored
Merge pull request #660 from neolooong/feature/talks_tutorials
feat: toggle on tutorials and talks page
2 parents 391a21c + 3b29d6d commit b4bd73c

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

components/events/SpeechCard.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,11 @@ export default {
7777
},
7878
},
7979
locationMapping: {
80-
'4-r0': 'PSF Hall',
80+
'4-r0': 'R0',
8181
'5-r1': 'R1',
8282
'6-r2': 'R2',
8383
'1-r3': 'R3',
84+
'7-r4': 'R4',
8485
},
8586
levelBgColorMapping: {
8687
EXPERIENCED: '#ca7795',

i18n/conference/speeches.i18n.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default genI18nMessages({
77
intro:
88
'The two conference days are packed with talks about Python by speakers' +
99
' from Taiwan and around the world. The talks will be either 15, 30,' +
10-
' or 45 minutes long. Three tracks of talks will be delivered simultaneously,' +
10+
' or 45 minutes long. All tracks of talks will be delivered simultaneously,' +
1111
' all with different topics and difficulties. We suggest you make a schedule' +
1212
' beforehand, and choose what you want to listen based on your interests.' +
1313
' Many people take notes on the program schedule before the meeting so they don’t' +
@@ -83,7 +83,7 @@ export default genI18nMessages({
8383
title: '一般演講',
8484
intro:
8585
'演講為會期兩天最主要的活動,屆時將會有來自台灣各地與全球的講者分享他們在 Python 相關的發現。' +
86-
'演講有 15、30、45 分鐘三種長度,每天都將有三軌議程同步進行,配合各個演講的難易度與類型,' +
86+
'演講有 15、30、45 分鐘三種長度,配合各個演講的難易度與類型,' +
8787
'選擇自己有興趣的主題聆聽。許多人都會事先筆記想聽的議程,才不會跑錯地點。' +
8888
'議程可能隨時更改,請頻繁確認本頁資訊,以獲得最新訊息。',
8989
categoryFilter: '演講類別',

i18n/events/overview.i18n.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default genI18nMessages({
3636
description:
3737
'Lectures are the most important activities during the two-day session. ' +
3838
'The talks will be either 15-, 30-, or 45-minute long. ' +
39-
'Three tracks of talks will be delivered simultaneously. ' +
39+
'All tracks of talks will be delivered simultaneously. ' +
4040
'You can choose the topics from different difficulties and types of speech you are interested in listening to.',
4141
},
4242
tutorial: {
@@ -122,8 +122,8 @@ export default genI18nMessages({
122122
talk: {
123123
title: '一般演講',
124124
description:
125-
'演講為會期兩天最主要的活動,Talk 有 30 分鐘與 15 分鐘兩種長度,' +
126-
'每天都將有三軌議程同步進行,配合各個演講的難易度與類型,你可以選擇自己有興趣的主題聆聽。',
125+
'演講為會期兩天最主要的活動,Talk 有 15、30、45 分鐘三種長度,' +
126+
'配合各個演講的難易度與類型,你可以選擇自己有興趣的主題聆聽。',
127127
},
128128
tutorial: {
129129
title: '專業課程',

store/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ export const state = () => ({
2929
aboutHideItems: ['apacCommunity'], // ['pycontw', 'apacCommunity', 'history', 'community', 'codeOfConduct']
3030
conferenceHideItems: [
3131
// 'keynotes',
32-
'talks',
33-
'tutorials',
32+
// 'talks',
33+
// 'tutorials',
3434
'panelDiscussion',
3535
], // ['keynotes', 'talks', 'tutorials', 'panelDiscussion']
3636
eventsHideItems: ['sprints', 'openSpaces', 'jobs'], // ['sprints', 'openSpaces', 'jobs']

0 commit comments

Comments
 (0)