mirror of https://github.com/pixelfed/pixelfed
parent
c3f33d51c9
commit
b20bd5a5a4
@ -0,0 +1,28 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
|
||||||
|
'helpcenter' => '',
|
||||||
|
'whatsnew' => '',
|
||||||
|
|
||||||
|
'gettingStarted' => '',
|
||||||
|
'sharingMedia' => '',
|
||||||
|
'profile' => '',
|
||||||
|
'stories' => '',
|
||||||
|
'hashtags' => '',
|
||||||
|
'discover' => '',
|
||||||
|
'directMessages' => '',
|
||||||
|
'timelines' => '',
|
||||||
|
'embed' => '',
|
||||||
|
|
||||||
|
'communityGuidelines' => '',
|
||||||
|
'whatIsTheFediverse' => '',
|
||||||
|
'controllingVisibility' => '',
|
||||||
|
'blockingAccounts' => '',
|
||||||
|
'safetyTips' => '',
|
||||||
|
'reportSomething' => '',
|
||||||
|
'dataPolicy' => '',
|
||||||
|
|
||||||
|
'taggingPeople' => '',
|
||||||
|
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue