Update language.php
This commit is contained in:
parent
3641ab8c7d
commit
137bee9d27
@ -263,7 +263,7 @@ function tt($singular, $plural, $count, $ctx = ''){
|
|||||||
function ta($k){
|
function ta($k){
|
||||||
|
|
||||||
$t = App::$strings[$k];
|
$t = App::$strings[$k];
|
||||||
if (is_array($t)) {
|
if (is_array($t))
|
||||||
$t = implode("/", $t);
|
$t = implode("/", $t);
|
||||||
return $t;
|
return $t;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user