Update language.php

This commit is contained in:
Max Kostikov 2018-10-13 00:25:57 +02:00
parent 5cd9540d5f
commit 16b6b76507

View File

@ -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