Add new Mastodon strings

This commit is contained in:
lostinlight 2022-04-12 18:25:50 +03:00
parent 9903a4e912
commit 59e5e82a49
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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') %>