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