From ad554b48e7dc355d9b33eede98f4e3e829fd867e Mon Sep 17 00:00:00 2001 From: winter Date: Tue, 31 Dec 2024 14:30:16 +0000 Subject: switch to my own translations system i really don't like gettext --- templates/global_timeline.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/global_timeline.php') diff --git a/templates/global_timeline.php b/templates/global_timeline.php index f8fca52..f475656 100644 --- a/templates/global_timeline.php +++ b/templates/global_timeline.php @@ -1,8 +1,8 @@ - _('Global timeline')], function () { + __('timeline.global')], function () { global $notes; call_template('alertbox', [ 'variety' => 'info', - 'message' => _('This timeline shows all known public indexable notes.') + 'message' => __('timeline.global.description') ]); foreach ($notes as $n) { call_template('note', ['note' => $n]); -- cgit v1.3