Update language.php

This commit is contained in:
Max Kostikov 2018-10-13 00:40:06 +02:00
parent 3641ab8c7d
commit 137bee9d27

View File

@ -263,7 +263,7 @@ function tt($singular, $plural, $count, $ctx = ''){
function ta($k){
$t = App::$strings[$k];
if (is_array($t)) {
if (is_array($t))
$t = implode("/", $t);
return $t;
}