Skip to content

Commit

Permalink
refactor(sponsor): non-i18n content adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
wanyewei committed Aug 17, 2024
1 parent 7af4dcb commit 715044d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions i18n/sponsor/index.i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@ export default genI18nMessages({
summary:
'If you are interested in the event, please leave contact information below, ' +
'and we will provide the sponsorship packages detail to you. Or contact us ' +
'directly via {contact} to get any further information.',
terms: {
contact: 'sponsorship@python.tw',
},
'directly via sponsorship@python.tw to get any further information.',
cta: {
text: 'Application Form',
},
Expand Down Expand Up @@ -96,10 +93,7 @@ export default genI18nMessages({
],
summary:
'若想了解 PyConTW 2024 完整的贊助方案,歡迎點擊下方按鈕填寫表單留下您的聯絡資料' +
'索取贊助書或是直接透過贊助組信箱 {contact} 聯絡我們,讓我們了解貴單位的需求!',
terms: {
contact: 'sponsorship@python.tw',
},
'索取贊助書或是直接透過贊助組信箱 sponsorship@python.tw 聯絡我們,讓我們了解貴單位的需求!',
cta: {
text: '索取贊助書',
},
Expand Down
2 changes: 1 addition & 1 deletion pages/sponsor/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
href="mailto:sponsorship@python.tw"
highlight
underline
>{{ $t('terms.contact') }}</ext-link
>sponsorship@python.tw</ext-link
>
</template>
</i18n>
Expand Down

0 comments on commit 715044d

Please sign in to comment.