1
0

Use proper "<locale>.<charset>" instead of "<locale>-<charset>" locales. Thanks to Boris!

This commit is contained in:
Garvin Hicking
2007-08-16 13:07:43 +00:00
parent a571a89dcd
commit 4518918578
33 changed files with 37 additions and 37 deletions

View File

@ -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');