mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Create notification.php
This commit is contained in:
parent
5e1a505418
commit
10cca0ecce
1 changed files with 7 additions and 0 deletions
7
resources/lang/id/notification.php
Normal file
7
resources/lang/id/notification.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
return [
|
||||
'likedPhoto' => 'menyukai foto kamu.',
|
||||
'startedFollowingYou' => 'mulai mengikuti kamu.',
|
||||
'commented' => 'mengomentari posting kamu.',
|
||||
'mentionedYou' => 'menyebut nama kamu.',
|
||||
];
|
Loading…
Reference in a new issue