Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

add hashtag description #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
1 change: 1 addition & 0 deletions src/components/Conf.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

<div class="paragraph">
<p>{{$t('confDescription')}}</p>
<p>{{$t('confHashtag')}}<b>#BeyondBlockTaipei</b></p>
</div>
</section>
</template>
Expand Down
1 change: 1 addition & 0 deletions src/i18n/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export default {

confTitle: 'Intro',
confDescription: 'BeyondBlock Taipei is an 1-day conference focusing on blockchain technology.',
confHashtag: 'Hashtag us with: ',

meetupTitle: 'About Us',
meetupDescription: 'Taipei Ethereum Meetup is an active community focusing on technical issues of Ethereum and other blockchain applications. Every month we have at least a meetup where voluntary speakers can share their research findings.',
Expand Down
1 change: 1 addition & 0 deletions src/i18n/zh-TW.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export default {

confTitle: '主題',
confDescription: 'BeyondBlock Taipei 將會是一個聚焦於區塊鏈的技術型單日研討會,夢幻陣容的講者如 Vitalik, Karl Floersch, Raiden Network 等帶領以太坊社群的關鍵人物都將來台分享最前沿的研究成果。',
confHashtag: '使用 Hashtag 提到我們:',

meetupTitle: '關於我們',
meetupDescription: 'Taipei Ethereum Meetup 是專注在 Ethereum 技術理論、實作與應用的討論社群。每個月有固定實體聚會,由成員自發分享最前沿的研究成果。',
Expand Down