🌐 Adds translations for widget text

This commit is contained in:
Alicia Sykes
2021-12-27 21:27:34 +00:00
parent 3ffdf753cc
commit 27404f6044
10 changed files with 293 additions and 274 deletions

View File

@@ -15,7 +15,7 @@
<p class="description">
{{ cve.description | formatDescription }}
<a v-if="cve.description.length > 350" class="read-more" :href="cve.url" target="_blank">
Keep Reading
{{ $t('widgets.general.open-link') }}
</a>
</p>
</div>