mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
commit
716ce6a588
2 changed files with 12 additions and 0 deletions
7
resources/lang/he/notification.php
Normal file
7
resources/lang/he/notification.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'likedPhoto' => 'אהבו את התמונה שלך.',
|
||||
|
||||
];
|
5
resources/lang/he/profile.php
Normal file
5
resources/lang/he/profile.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'emptyTimeline' => 'למשתמש זה עדיין אין פוסטים!',
|
||||
];
|
Loading…
Reference in a new issue