Refactored InstallCommand (+ removed localization from InstallCommand, because it doesn't works actually)

This commit is contained in:
Dmitry Khomutov 2017-02-04 17:34:19 +07:00
commit 0a4636a379
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
22 changed files with 198 additions and 695 deletions

View file

@ -59,7 +59,7 @@ class Lang
return call_user_func_array('sprintf', $vars);
}
return '%%MISSING STRING: ' . $string . '%%';
return $string;
}
/**