diff options
author | Urban Müller | 2024-08-14 15:39:41 +0200 |
---|---|---|
committer | Urban Müller | 2024-08-14 15:39:41 +0200 |
commit | 3dc3524e2d24b71d84d6c15991c19101cc82ff10 (patch) | |
tree | 941ddb45aef5fbda0930bdc2817bc0fec1ce9e52 | |
parent | 9287218831d8cf6034e03eef899f5d8e36bb2e18 (diff) | |
download | itools-3dc3524e2d24b71d84d6c15991c19101cc82ff10.tar.gz itools-3dc3524e2d24b71d84d6c15991c19101cc82ff10.tar.bz2 itools-3dc3524e2d24b71d84d6c15991c19101cc82ff10.zip |
better example
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |