Update language.php
This commit is contained in:
parent
5cd9540d5f
commit
16b6b76507
@ -264,11 +264,9 @@ function ta($k){
|
|||||||
|
|
||||||
$t = App::$strings[$k];
|
$t = App::$strings[$k];
|
||||||
if (is_array($t)) {
|
if (is_array($t)) {
|
||||||
return implode("/", $t);
|
$t = implode("/", $t);
|
||||||
} else {
|
|
||||||
return $t;
|
return $t;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Return string_plural_select_xx function code
|
* @brief Return string_plural_select_xx function code
|
||||||
|
Reference in New Issue
Block a user