1
0
Fork 0

Update l10n

This commit is contained in:
Daniel Supernault 2019-02-27 20:40:49 -07:00
parent 6b21896ba4
commit 35dc16176e
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 12 additions and 8 deletions

View File

@ -2,13 +2,17 @@
return [ return [
'viewMyProfile' => 'View my profile', 'search' => 'Search',
'myTimeline' => 'My Timeline', 'home' => 'Home',
'publicTimeline' => 'Public Timeline', 'local' => 'Local',
'remoteFollow' => 'Remote Follow', 'discover' => 'Discover',
'settings' => 'Settings', 'viewMyProfile' => 'View my profile',
'admin' => 'Admin', 'myTimeline' => 'My Timeline',
'logout' => 'Logout', 'publicTimeline' => 'Public Timeline',
'directMessages' => 'Direct Messages', 'remoteFollow' => 'Remote Follow',
'settings' => 'Settings',
'admin' => 'Admin',
'logout' => 'Logout',
'directMessages' => 'Direct Messages',
]; ];