This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
oleg
/
pixelfed
mirror de
https://github.com/pixelfed/pixelfed.git
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Ver código fonte
Add timeline localization
Daniel Supernault
7 anos atrás
pai
5592b73ec0
commit
e4daaf32b5
1 arquivos alterados
com
7 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
7
0
resources/lang/en/timeline.php
+ 7
- 0
resources/lang/en/timeline.php
Ver arquivo
@@ -0,0 +1,7 @@
+<?php
+
+return [
+
+ 'emptyPersonalTimeline' => 'Your timeline is empty.'
+
+];