Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(sponsor): non-i18n content adjustment #572

Merged
merged 2 commits into from
Aug 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions i18n/sponsor/index.i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ export default genI18nMessages({
'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',
},
cta: {
text: 'Application Form',
},
Expand Down Expand Up @@ -97,9 +94,6 @@ export default genI18nMessages({
summary:
'若想了解 PyConTW 2024 完整的贊助方案,歡迎點擊下方按鈕填寫表單留下您的聯絡資料' +
'索取贊助書或是直接透過贊助組信箱 {contact} 聯絡我們,讓我們了解貴單位的需求!',
terms: {
contact: '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
Loading