Function _t
Translation helper It returns a translated string if it is found; Otherwise, the given string itself
Package: PHPLucidFrame\Core
Copyright: Copyright (c), PHPLucidFrame.
License: MIT License This source file is subject to the MIT license that is bundled with this source code in the file LICENSE
Author: Sithu sithu@phplucidframe.com
Located at helpers/i18n_helper.php
Copyright: Copyright (c), PHPLucidFrame.
License: MIT License This source file is subject to the MIT license that is bundled with this source code in the file LICENSE
Author: Sithu sithu@phplucidframe.com
Located at helpers/i18n_helper.php
string |
$str |
The string being translated |
mixed |
$args,… |
The multiple arguments to be substituted in the string |
string
|
The translated string |