forked from nutomic/joinpeertube
Add at least 1 content selection in english
This commit is contained in:
parent
b0571d3e64
commit
f57f2736db
3 changed files with 10 additions and 3 deletions
|
@ -17,7 +17,7 @@
|
|||
<b-dropdown-divider></b-dropdown-divider>
|
||||
|
||||
<b-dropdown-item>
|
||||
<a class="translate">
|
||||
<a class="translate" target="_blank" rel="noopener noreferrer" href="https://weblate.framasoft.org/projects/joinpeertube/main/">
|
||||
<icon-add></icon-add>
|
||||
<span v-translate>Translate</span>
|
||||
</a>
|
||||
|
|
|
@ -2,7 +2,14 @@ export default {
|
|||
data: function () {
|
||||
return {
|
||||
contentSelectionsEN: [
|
||||
|
||||
{
|
||||
type: 'video',
|
||||
title: 'Nothing to hide',
|
||||
thumbnailUrl: 'https://peertube2.cpy.re/static/thumbnails/d2a5ec78-5f85-4090-8ec5-dc1102e022ea.jpg',
|
||||
url: 'https://peertube2.cpy.re/videos/watch/d2a5ec78-5f85-4090-8ec5-dc1102e022ea',
|
||||
tags: ['tag', 'tag2', 'tag3'],
|
||||
description: 'Nothing to hide (2017) is a Franco-German feature-length documentary by Marc Meillassoux and Mihaela Gladovic, about how mass surveillance affects individuals and society. Taking a critical look at the laws allowing State surveillance that were implemented by several countries in the past few years, we are reminded of how important the debate about usage of personal data is and how it questions the very basis of democracy.'
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<div class="border-title"></div>
|
||||
</div>
|
||||
|
||||
<content-selections :sample-size-each="2"></content-selections>
|
||||
<content-selections :sample-size-each="1"></content-selections>
|
||||
|
||||
<div class="bottom-link-wrapper">
|
||||
<router-link :to="{ path: '/instances', hash: 'instances-list' }" class="bottom-link">
|
||||
|
|
Loading…
Reference in a new issue