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/note.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'templates/note.php')
diff --git a/templates/note.php b/templates/note.php
index 8887afb..83770aa 100644
--- a/templates/note.php
+++ b/templates/note.php
@@ -7,7 +7,7 @@
= $note->author->displayName ?>
@= $note->author->getFullHandle() ?>
- =
+ = // TODO: localise
$note->created->format('Y-m-d \a\t H:i')
. (isset($note->modified) && $note->modified != $note->created
? ' (edited ' . $note->modified->format('Y-m-d \a\t H:i') . ')'
--
cgit v1.3