parent
7b73242850
commit
931435f1e0
1 changed files with 2 additions and 2 deletions
@ -1,5 +1,5 @@ |
||||
{ |
||||
my $local = $sysconfig{'Language'} || 'en_US'; |
||||
my $locale = $sysconfig{'Language'} || 'en_US'; |
||||
$locale = (-e "/usr/share/dl/include/locale/$locale") ? "$locale":'en_US'; |
||||
$OUT .= "\$defLocale = '$locale'"; |
||||
$OUT .= "\$defLocale = '$locale';"; |
||||
} |
||||
|
Loading…
Reference in new issue