瀏覽代碼

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.'
 
-];
+];