From 3dc3524e2d24b71d84d6c15991c19101cc82ff10 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Wed, 14 Aug 2024 15:39:41 +0200 Subject: better example --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 44e32c1..3e8a771 100644 --- a/README +++ b/README @@ -107,7 +107,7 @@ use T() to translate a label. Unknown labels are reported using it::error() Example: echo T('hello') . ' ' . Q($customer->name); - echo T('chainletter', 'name' => $customer->name); + echo T('greeting', 'name' => $customer->name); Functions: new it_text($config) -- read texts. usually called implicitly -- cgit v1.2.3