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/placeholder_text.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/placeholder_text.php') diff --git a/templates/placeholder_text.php b/templates/placeholder_text.php index b27e490..1f03ebc 100644 --- a/templates/placeholder_text.php +++ b/templates/placeholder_text.php @@ -1 +1 @@ -
= $message ?? "There's nothing here." ?>
\ No newline at end of file += $message ?? _("There's nothing here.") ?>
\ No newline at end of file -- cgit v1.3