🌐 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

@@ -21,7 +21,9 @@
</div>
</a>
<div class="post-body" v-html="post.description"></div>
<a class="continue-reading-btn" :href="post.link">Continue Reading</a>
<a class="continue-reading-btn" :href="post.link">
{{ $t('widgets.general.open-link') }}
</a>
</div>
</div>
<!-- End Feed Content -->