mirror of https://github.com/pixelfed/pixelfed
parent
e5304d1cac
commit
89cdc46c29
@ -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