Add at least 1 content selection in english

This commit is contained in:
Chocobozzz 2019-10-24 14:08:01 +02:00
parent b0571d3e64
commit f57f2736db
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 10 additions and 3 deletions

View file

@ -17,7 +17,7 @@
<b-dropdown-divider></b-dropdown-divider> <b-dropdown-divider></b-dropdown-divider>
<b-dropdown-item> <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> <icon-add></icon-add>
<span v-translate>Translate</span> <span v-translate>Translate</span>
</a> </a>

View file

@ -2,7 +2,14 @@ export default {
data: function () { data: function () {
return { return {
contentSelectionsEN: [ 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.'
}
] ]
} }
} }

View file

@ -34,7 +34,7 @@
<div class="border-title"></div> <div class="border-title"></div>
</div> </div>
<content-selections :sample-size-each="2"></content-selections> <content-selections :sample-size-each="1"></content-selections>
<div class="bottom-link-wrapper"> <div class="bottom-link-wrapper">
<router-link :to="{ path: '/instances', hash: 'instances-list' }" class="bottom-link"> <router-link :to="{ path: '/instances', hash: 'instances-list' }" class="bottom-link">