mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02: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…
Add table
Reference in a new issue