1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-24 08:44:02 +00:00

Create timeline.php

This commit is contained in:
moshpirit 2018-06-01 17:17:50 +02:00 committed by GitHub
parent 9fbc5d0902
commit 464cd3f888
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,7 @@
+<?php
+
+return [
+
+ 'emptyPersonalTimeline' => 'Tu línea temporal está vacía.'
+
+];