remove unused comment
This commit is contained in:
parent
ac856b742d
commit
4ce4a14cbc
1 changed files with 0 additions and 1 deletions
|
@ -73,7 +73,6 @@
|
|||
// Set Locale and Load translation
|
||||
if(!is_null($locale))
|
||||
{
|
||||
//$locale = sprintf('%s_%s.UTF-8', $locale, strtoupper($locale));
|
||||
putenv("LC_ALL=$locale");
|
||||
setlocale(LC_ALL, $locale);
|
||||
\Locale::setDefault($locale);
|
||||
|
|
Loading…
Add table
Reference in a new issue