From 721674973ca0a4d98cd081e9ff130c3356ddac03 Mon Sep 17 00:00:00 2001 From: winter Date: Tue, 24 Dec 2024 17:46:51 +0000 Subject: implement ui translations using gettext this was horrible i don't like gettext anymore --- templates/actor_profile.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/actor_profile.php') diff --git a/templates/actor_profile.php b/templates/actor_profile.php index f721fc8..c5b86c4 100644 --- a/templates/actor_profile.php +++ b/templates/actor_profile.php @@ -4,18 +4,18 @@
displayName ?>
@getFullHandle() ?>
-
Joined on created->format('Y-m-d') ?>
+
created->format('Y-m-d')) ?>
isLocal): ?> - open_in_new + open_in_new
bio) && $actor->bio != '') { ?>

bio ?>

"This user hasn't written a bio yet."]); + call_template('placeholder_text', ['message' => _("This user hasn't written a bio yet.")]); } ?> \ No newline at end of file -- cgit v1.3