Browse Source

Add timeline localization

Daniel Supernault 7 năm trước cách đây
mục cha
commit
e4daaf32b5
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      resources/lang/en/timeline.php

+ 7 - 0
resources/lang/en/timeline.php

@@ -0,0 +1,7 @@
+<?php
+
+return [
+
+  'emptyPersonalTimeline' => 'Your timeline is empty.'
+
+];