Bug #18478 » bug_7901_locale_tr_workaround.diff
typo3/sysext/cms/tslib/class.tslib_fe.php (Arbeitskopie) | ||
---|---|---|
# so we set all except LC_NUMERIC
|
||
setlocale(LC_COLLATE,$this->config['config']['locale_all']);
|
||
setlocale(LC_CTYPE,$this->config['config']['locale_all']);
|
||
if (substr($this->config['config']['locale_all'], 0, 2)!='tr') {
|
||
setlocale(LC_CTYPE,$this->config['config']['locale_all']);
|
||
}
|
||
setlocale(LC_MONETARY,$this->config['config']['locale_all']);
|
||
setlocale(LC_TIME,$this->config['config']['locale_all']);
|
||
- « Previous
- 1
- 2
- Next »