1
0
Fork 0

Create notification.php

This commit is contained in:
begini 2019-02-03 08:19:25 +07:00 committed by GitHub
parent 5e1a505418
commit 10cca0ecce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<?php
return [
'likedPhoto' => 'menyukai foto kamu.',
'startedFollowingYou' => 'mulai mengikuti kamu.',
'commented' => 'mengomentari posting kamu.',
'mentionedYou' => 'menyebut nama kamu.',
];