From 4f5395813131722186a1f41a7c19b35756502178 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 12 Oct 2018 14:58:17 +0200 Subject: [PATCH] Add peertube release Signed-off-by: Thomas Citharel --- app/data.yml | 1 + app/locales/en.yml | 1 + app/locales/es.yml | 1 + app/locales/fr.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/app/data.yml b/app/data.yml index 8f965a0..af464a2 100644 --- a/app/data.yml +++ b/app/data.yml @@ -341,6 +341,7 @@ timeline: - ['frama', '2017-11-22'] - ['services', '2018-4-3'] - ['services', '2018-5-3'] + - ['frama', '2018-10-15'] editors: icons: diff --git a/app/locales/en.yml b/app/locales/en.yml index 01291eb..6f44cdc 100644 --- a/app/locales/en.yml +++ b/app/locales/en.yml @@ -571,6 +571,7 @@ timeline: - '@:timeline.announce PeerTube' - '@:timeline.launch Framaclic' - '@:timeline.launch Framastory' + - '@:timeline.launch Peertube 1.0' # Generic text --------------------------------------------------------- txt: diff --git a/app/locales/es.yml b/app/locales/es.yml index ef46ce8..6f1d0ca 100644 --- a/app/locales/es.yml +++ b/app/locales/es.yml @@ -647,6 +647,7 @@ timeline: - '@:timeline.announce PeerTube' - '@:timeline.launch Framaclic' - '@:timeline.launch Framastory' + - '@:timeline.launch Peertube 1.0' txt: play: Play pause: Pause diff --git a/app/locales/fr.yml b/app/locales/fr.yml index 5cc7b53..fac2a86 100644 --- a/app/locales/fr.yml +++ b/app/locales/fr.yml @@ -586,6 +586,7 @@ timeline: - '@:timeline.announce PeerTube' - '@:timeline.launch Framaclic' - '@:timeline.launch Framastory' + - '@:timeline.launch Peertube 1.0' # Generic text --------------------------------------------------------- txt: -- GitLab