Skip to content

Commit

Permalink
Merge pull request #517 from tyuchx/feature/modify_poster_session_des…
Browse files Browse the repository at this point in the history
…cription

feat: modify poster session description
  • Loading branch information
SivanYeh authored May 3, 2024
2 parents f1ed6b1 + b4c7305 commit f95f3f7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 13 deletions.
4 changes: 2 additions & 2 deletions components/core/header/nav-bar/NavBar.i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default genI18nMessages({
accommodation: 'Accommodation',
proposalSystemUrl: 'Proposal System',
codeOfConduct: 'Code of Conduct',
posterSession: 'Poster Session',
posterSession: 'Call for Poster',
},
'zh-hant': {
about: '關於',
Expand Down Expand Up @@ -67,6 +67,6 @@ export default genI18nMessages({
accommodation: '住宿資訊',
proposalSystemUrl: '投稿系統',
codeOfConduct: '行為準則',
posterSession: 'Poster Session',
posterSession: 'Poster 募集',
},
})
2 changes: 1 addition & 1 deletion components/core/header/nav-bar/nav-bar-items.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ export default Object.freeze({
],
speaking: [
{ i18nKey: 'cfp', value: '/speaking/cfp' },
{ i18nKey: 'posterSession', value: '/speaking/poster-session' },
{ i18nKey: 'talk', value: '/speaking/talk' },
{ i18nKey: 'tutorial', value: '/speaking/tutorial' },
{ i18nKey: 'recording', value: '/speaking/recording' },
{ i18nKey: 'posterSession', value: '/speaking/poster-session' },
],
conference: [
{ i18nKey: 'keynotes', value: '/conference/keynotes' },
Expand Down
14 changes: 6 additions & 8 deletions i18n/speaking/poster-session.i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,19 @@ import { genI18nMessages } from '~/utils/i18n.utils'

export default genI18nMessages({
'en-us': {
title: 'Call for Poster Session',
title: 'Call for Poster',
intro: [
"Welcome to PyCon TW's first Poster Session!",
'Poster Session is a presentation format that allows speakers to present their topic through posters and interact directly with individual audiences. At PyCon Taiwan 2024, we tried the Poster Session activity for the first time, hoping to allow more people to introduce their results or issues of concern. You can submit a paper on any Python-related topic and it will be displayed as a poster, and then audiences can interact with you directly.',
"Poster Session allows speakers to showcase their topics using posters and engage directly with individual audiences. At PyCon Taiwan 2024, we'll host the Poster Session for the first time, aiming to provide a platform for more individuals to share their projects or topics of interest. You are invited to submit a paper on any Python-related topic, which will be exhibited as a poster, enabling you to have direct conversations with attendees.",
],

info: {
importantDates: {
title: 'Important Dates',
description: [
'PyCon TW Conference dates:Sep. 21st - 22nd',
'Call for Poster BeginsMay. 1st',
'Call for Poster EndsJun 15th 23:59:5 ({aoe})',
'Announcement of AcceptanceJun 30th',
'Conference dates: 9/21 - 9/22',
'Call For Poster Begins: May 1st, 2024',
'Call For Poster Ends: Jun 15th, 2024, 23:59:59 ({aoe})',
'Announcement of Acceptance: Jun 30th, 2024',
],
},

Expand Down Expand Up @@ -64,7 +63,6 @@ export default genI18nMessages({
'zh-hant': {
title: 'Poster Session 稿件募集',
intro: [
'首先,謝謝您考慮投稿 Poster 至 PyCon Taiwan 2024。',
'Poster Session 是一個讓投稿者可以透過海報展示其分享內容,並與個別與會者直接互動的一種展示形式。在 PyCon Taiwan 2024 我們初次嘗試 Poster Session 的活動,希望可以讓更多人介紹自己的成果或是關注的議題。您可以投稿任何跟 Python 有關的主題,屆時將以海報形式展出,然後與會者可與您直接互動。',
],
info: {
Expand Down
2 changes: 1 addition & 1 deletion pages/speaking/cfp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default {
{
slot: 'aoe',
textKey: 'terms.aoe',
url: 'https://www.timeanddate.com/worldclock/converter.html?iso=20240408T235900&p1=tz_aoe&p2=241&p3=1440',
url: 'https://www.timeanddate.com/worldclock/converter.html?iso=20240409T115900&p1=tz_aoe&p2=241&p3=1440',
isExternalLink: true,
},
],
Expand Down
2 changes: 1 addition & 1 deletion pages/speaking/poster-session.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default {
{
slot: 'aoe',
textKey: 'terms.aoe',
url: 'https://www.timeanddate.com/worldclock/converter.html?iso=20240615T155900&p1=tz_aoe&p2=241&p3=1440',
url: 'https://www.timeanddate.com/worldclock/converter.html?iso=20240616T115900&p1=tz_aoe&p2=241&p3=1440',
isExternalLink: true,
},
{
Expand Down

0 comments on commit f95f3f7

Please sign in to comment.