style: 文案
This commit is contained in:
@@ -141,7 +141,7 @@ export default {
|
|||||||
submissionLabel: 'Deadline',
|
submissionLabel: 'Deadline',
|
||||||
timeSept30: 'Sept 30',
|
timeSept30: 'Sept 30',
|
||||||
finalistSubmissionDesc:
|
finalistSubmissionDesc:
|
||||||
'finalists submit completed\noutfits on site and send actual\ngarments to Code-Create.\n(address to advise)',
|
'Finalists submit completed\noutfits on site and send actual\ngarments to Code-Create.\n(address to advise)',
|
||||||
receivingOutfits: 'Receiving Outfits',
|
receivingOutfits: 'Receiving Outfits',
|
||||||
fromFinalistsLabel: 'Deadline',
|
fromFinalistsLabel: 'Deadline',
|
||||||
timeOctober: 'Oct 23',
|
timeOctober: 'Oct 23',
|
||||||
@@ -149,7 +149,7 @@ export default {
|
|||||||
awardCeremony: 'Award',
|
awardCeremony: 'Award',
|
||||||
ceremonyLabel: 'Ceremony',
|
ceremonyLabel: 'Ceremony',
|
||||||
timeNov12: 'Nov 12',
|
timeNov12: 'Nov 12',
|
||||||
awardCeremonyDesc: 'Award Ceremony and\nCommunity Gathering in\nHong Kong-Soho House.',
|
awardCeremonyDesc: 'Award ceremony and\ncommunity gathering in\nHong Kong-Soho House.',
|
||||||
submissionSuccessful: 'Submission Successful',
|
submissionSuccessful: 'Submission Successful',
|
||||||
submissionSuccessfulDesc:
|
submissionSuccessfulDesc:
|
||||||
'Please review your submitted information in the AiDA in-platform message.\nYou may edit it if needed. Competition updates and results will be sent via email.',
|
'Please review your submitted information in the AiDA in-platform message.\nYou may edit it if needed. Competition updates and results will be sent via email.',
|
||||||
|
|||||||
@@ -26,7 +26,11 @@
|
|||||||
|
|
||||||
</template> -->
|
</template> -->
|
||||||
</div>
|
</div>
|
||||||
<div class="vertical-desc">{{ $t(item.desc) }}</div>
|
<div class="vertical-desc">
|
||||||
|
{{
|
||||||
|
locale === 'CHINESE_SIMPLIFIED' ? $t(item.desc).replace(/\n/g, '') : $t(item.desc)
|
||||||
|
}}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user