mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2025-01-09 17:39:33 +00:00
Add new Mastodon strings
This commit is contained in:
parent
9903a4e912
commit
59e5e82a49
|
@ -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
|
||||
|
|
|
@ -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') %>
|
||||
|
|
Loading…
Reference in a new issue