-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #572 from pycontw/chor---Non-i18n-content-rearrang…
…ement refactor(sponsor): non-i18n content adjustment
- Loading branch information
Showing
2 changed files
with
1 addition
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: '[email protected]', | ||
}, | ||
cta: { | ||
text: 'Application Form', | ||
}, | ||
|
@@ -97,9 +94,6 @@ export default genI18nMessages({ | |
summary: | ||
'若想了解 PyConTW 2024 完整的贊助方案,歡迎點擊下方按鈕填寫表單留下您的聯絡資料' + | ||
'索取贊助書或是直接透過贊助組信箱 {contact} 聯絡我們,讓我們了解貴單位的需求!', | ||
terms: { | ||
contact: '[email protected]', | ||
}, | ||
cta: { | ||
text: '索取贊助書', | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ | |
href="mailto:[email protected]" | ||
highlight | ||
underline | ||
>{{ $t('terms.contact') }}</ext-link | ||
>[email protected]</ext-link | ||
> | ||
</template> | ||
</i18n> | ||
|