From 59e5e82a49c350b3a939ab4a3058fb6f1798acab Mon Sep 17 00:00:00 2001 From: lostinlight Date: Tue, 12 Apr 2022 18:25:50 +0300 Subject: [PATCH] Add new Mastodon strings --- themes/starter/languages/en.yml | 2 ++ themes/starter/layout/mastodon.ejs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/starter/languages/en.yml b/themes/starter/languages/en.yml index a48cf07..8301fcf 100644 --- a/themes/starter/languages/en.yml +++ b/themes/starter/languages/en.yml @@ -109,6 +109,8 @@ mastoGallery: Artodon gallery feedPreview: Instance timeline preview feed2toot: RSS to Mastodon bot trunk: Trunk - follow users with common interests +moa: Twitter cross-poster +pleromaBot: Migrate to Mastodon using Twitter archive #GNU Social page timeline: Timeline for website diff --git a/themes/starter/layout/mastodon.ejs b/themes/starter/layout/mastodon.ejs index 63ff234..664127c 100644 --- a/themes/starter/layout/mastodon.ejs +++ b/themes/starter/layout/mastodon.ejs @@ -11,7 +11,7 @@ network: true const stats = [__('stats')]; const tech = [__('awesome'), __('backup')]; const tools = [__('preinstalled'), __('mediaHosting')]; - const utils = [__('mastofeed'), __('crossposting'), __('feedPreview'), __('webmentions'), __('feed2toot')]; + const utils = [__('mastofeed'), __('crossposting'), __('feedPreview'), __('webmentions'), __('feed2toot'), __('moa'), __('pleromaBot')]; %> <%- partial('_partial/heroheader') %>