Use proper "<locale>.<charset>" instead of "<locale>-<charset>" locales. Thanks to Boris!
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
|
||||
@define('LANG_CHARSET', 'ISO-8859-1');
|
||||
@define('SQL_CHARSET', 'latin1');
|
||||
@define('DATE_LOCALES', 'pt_BR-ISO-8859-1, pt_BR-ISO8859-1, pt_BR, portuguese brazilian, pt');
|
||||
@define('DATE_LOCALES', 'pt_BR.ISO-8859-1, pt_BR.ISO8859-1, pt_BR, portuguese brazilian, pt');
|
||||
@define('DATE_FORMAT_ENTRY', '%A, %e de %B de %Y');
|
||||
@define('WYSIWYG_LANG', 'pt_pt');
|
||||
@define('LANG_DIRECTION', 'ltr');
|
||||
|
Reference in New Issue
Block a user