🌐 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

@@ -17,7 +17,7 @@
</div>
<!-- Show/ hide toggle button -->
<p class="more-details-btn" @click="toggleDetails" v-if="weatherDetails.length > 0">
{{ showDetails ? 'Show Less' : ' Expand Details' }}
{{ showDetails ? $t('widgets.general.show-less') : $t('widgets.general.show-more') }}
</p>
</div>
</template>