diff --git a/resources/lang/ja/notification.php b/resources/lang/ja/notification.php index 99b6ed09..ce8abfd1 100644 --- a/resources/lang/ja/notification.php +++ b/resources/lang/ja/notification.php @@ -5,4 +5,4 @@ return [ 'likedPhoto' => 'liked your photo.', 'startedFollowingYou' => 'started following you.', -]; \ No newline at end of file +]; diff --git a/resources/lang/ja/profile.php b/resources/lang/ja/profile.php index 50b6f242..4e456423 100644 --- a/resources/lang/ja/profile.php +++ b/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', -]; \ No newline at end of file +]; diff --git a/resources/lang/ja/timeline.php b/resources/lang/ja/timeline.php index 26e32967..a28b7b06 100644 --- a/resources/lang/ja/timeline.php +++ b/resources/lang/ja/timeline.php @@ -4,4 +4,4 @@ return [ 'emptyPersonalTimeline' => 'Your timeline is empty.' -]; \ No newline at end of file +];