This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
oleg
/
pixelfed
kopia lustrzana
https://github.com/pixelfed/pixelfed.git
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
Add timeline localization
Daniel Supernault
7 lat temu
rodzic
5592b73ec0
commit
e4daaf32b5
1 zmienionych plików
z
7 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
7
0
resources/lang/en/timeline.php
+ 7
- 0
resources/lang/en/timeline.php
Wyświetl plik
@@ -0,0 +1,7 @@
+<?php
+
+return [
+
+ 'emptyPersonalTimeline' => 'Your timeline is empty.'
+
+];