diff --git a/i18n/index.i18n.js b/i18n/index.i18n.js index 0e3e27848d..0239561d2f 100644 --- a/i18n/index.i18n.js +++ b/i18n/index.i18n.js @@ -20,7 +20,11 @@ export default genI18nMessages({ buyTickets: 'Buy Tickets Now', typhoonInfoTitle: 'Typhoon Preparedness Measures', typhoonInfo: - 'Information related to 2th days (Undecided content)', + "The event on September 2nd-3rd, 2023, depends on Taipei City Government's Closure Announcement. " + + 'Stay updated via PyCon Taiwan official website and social media.{br}' + + 'The organizer reserves the right to make final revisions, changes, interpretations of the event, and cancellations of “PyCon TW 2023”.{br}' + + "Let's say it:" + + '"PyCon TW 2023 will definitely be held successfully!"', }, 'zh-hant': { pyconWelcome: '歡迎來到 PyCon TW 2023', @@ -41,6 +45,9 @@ export default genI18nMessages({ buyTickets: '立即購票', typhoonInfoTitle: '颱風因應措施', typhoonInfo: - '第二天相關資訊(未定案內容)', + '本次活動期間 (2023 年 09 月 02 日至 03 日) 將依照「臺北市政府之停班公告」決定是否舉行,' + + '最新消息請關注「PyCon Taiwan 官網與社群媒體」之公告。{br}' + + '主辦單位保有對「PyCon TW 2023」的最終修改、變更、活動解釋及取消本活動之權利。{br}' + + '請跟我一起唸:PyCon TW 2023 一定可以順利舉行!', }, })