Skip to content

Commit 01a033f

Browse files
authored
Merge pull request #710 from pycontw/fix/venue-page-add-address
add 2025 venue address
2 parents 548b119 + 389b277 commit 01a033f

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

i18n/venue/index.i18n.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ export default genI18nMessages({
88
'PyCon Taiwan 2025 will be held at Taipei New Horizon (Songshan Cultural and Creative Park), with a focus on the latest technology and best practices in Python. The open-source community will bring high-quality speeches and workshops, providing valuable learning and networking opportunities for both novice and experienced Python developers.',
99
},
1010
venueInfo: {
11-
name: 'Taipei New Horizon',
11+
name: 'Taipei New Horizon, 6F',
1212
address:
13-
'6F, No. 88, Yanchang Rd., Xinyi Dist., Taipei City 110, Taiwan',
13+
'6F, No. 88, Yanchang Rd, Xinyi District, Taipei City, Taiwan',
1414
},
1515
sprintInfo: {
1616
title: 'Sprints Location',
@@ -109,8 +109,8 @@ export default genI18nMessages({
109109
'PyCon Taiwan 2025 將在台北文創舉辦,聚焦於 Python 的最新技術和最佳實踐,讓開源社群帶來高品質的演講和工作坊,無論您是 Python 的新手還是資深開發人員,都能在這裡找到有價值的學習和交流機會。',
110110
},
111111
venueInfo: {
112-
name: '台北文創',
113-
address: '台北市信義區菸廠路88號6樓',
112+
name: '台北文創 6F',
113+
address: '台北市信義區菸廠路 88 號 6 樓',
114114
},
115115
sprintInfo: {
116116
title: 'Sprints 地點',

pages/venue/index.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
center
77
>
88
</core-h1>
9+
<h3 class="venue-address text-center">
10+
{{ $t('venueInfo.address') }}
11+
</h3>
912
<div class="venue-map-section">
1013
<div class="venue-map-image flex justify-center py-8">
1114
<picture>

0 commit comments

Comments
 (0)