mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Add timeline localization
This commit is contained in:
parent
5592b73ec0
commit
e4daaf32b5
1 changed files with 7 additions and 0 deletions
7
resources/lang/en/timeline.php
Normal file
7
resources/lang/en/timeline.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'emptyPersonalTimeline' => 'Your timeline is empty.'
|
||||
|
||||
];
|
Loading…
Reference in a new issue