From 30fa49bc3fa4f94184d693932e838c0672f24a16 Mon Sep 17 00:00:00 2001 From: winter Date: Mon, 10 Mar 2025 20:13:40 +0000 Subject: add user rss/atom feeds --- misc/__.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'misc/__.php') diff --git a/misc/__.php b/misc/__.php index af6366a..e0c09ab 100644 --- a/misc/__.php +++ b/misc/__.php @@ -4,4 +4,8 @@ use Digitigrade\Text; function __(string $key): string { return (new Text($key))->__tostring(); +} + +function __f(string $key, mixed ...$args): string { + return sprintf(__($key), ...$args); } \ No newline at end of file -- cgit v1.3