This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
oleg
/
pixelfed
同期ミラー
https://github.com/pixelfed/pixelfed.git
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
Add timeline localization
Daniel Supernault
7 年 前
親
5592b73ec0
コミット
e4daaf32b5
1 ファイル変更
、
7 行追加
、
0 行削除
分割表示
差分情報を表示
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.'
+
+];