From f57f2736db543c4c2bb168d0763869110452148a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 24 Oct 2019 14:08:01 +0200 Subject: [PATCH] Add at least 1 content selection in english --- src/components/I18n.vue | 2 +- src/mixins/ContentSelectionsEN.js | 9 ++++++++- src/views/Home.vue | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/components/I18n.vue b/src/components/I18n.vue index 686cab3..525d5f5 100644 --- a/src/components/I18n.vue +++ b/src/components/I18n.vue @@ -17,7 +17,7 @@ - + Translate diff --git a/src/mixins/ContentSelectionsEN.js b/src/mixins/ContentSelectionsEN.js index aa4a622..2b89387 100644 --- a/src/mixins/ContentSelectionsEN.js +++ b/src/mixins/ContentSelectionsEN.js @@ -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.' + } ] } } diff --git a/src/views/Home.vue b/src/views/Home.vue index daa0fe1..ab38eac 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -34,7 +34,7 @@
- +