فهرست منبع

Add newline at end of files

bsky 7 سال پیش
والد
کامیت
ebb1c85c40
3فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      resources/lang/ja/notification.php
  2. 1 1
      resources/lang/ja/profile.php
  3. 1 1
      resources/lang/ja/timeline.php

+ 1 - 1
resources/lang/ja/notification.php

@@ -5,4 +5,4 @@ return [
   'likedPhoto' => 'liked your photo.',
   'startedFollowingYou' => 'started following you.',
 
-];
+];

+ 1 - 1
resources/lang/ja/profile.php

@@ -5,4 +5,4 @@ return [
   'emptyFollowers' => 'This user has no followers yet!',
   'emptyFollowing' => 'This user is not following anyone yet!',
   'savedWarning'  => 'Only you can see what you\'ve saved',
-];
+];

+ 1 - 1
resources/lang/ja/timeline.php

@@ -4,4 +4,4 @@ return [
 
   'emptyPersonalTimeline' => 'Your timeline is empty.'
 
-];
+];