mirror of https://github.com/pixelfed/pixelfed
parent
8d52ad756c
commit
f3f273585e
@ -0,0 +1,19 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'search' => '',
|
||||||
|
'home' => '',
|
||||||
|
'local' => '',
|
||||||
|
'network' => '',
|
||||||
|
'discover' => '',
|
||||||
|
'viewMyProfile' => '',
|
||||||
|
'myProfile' => '',
|
||||||
|
'myTimeline' => '',
|
||||||
|
'publicTimeline' => '',
|
||||||
|
'remoteFollow' => '',
|
||||||
|
'settings' => '',
|
||||||
|
'admin' => '',
|
||||||
|
'logout' => '',
|
||||||
|
'directMessages' => '',
|
||||||
|
'composePost' => '',
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue