mirror of https://github.com/pixelfed/pixelfed
parent
3b1b4a8bb2
commit
8c7b5cde40
@ -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