Locale entries for Norwegian language
Posted: Thu Aug 04, 2005 9:25 pm
Some locales are missing. I have added a few that I find are commonly used to my copy of the lang/serendipity_lang_no.inc.php file:
@define('DATE_LOCALES', 'norwegian, no, no_NO, no_NO.DIS_8859-15, no_NO.ISO8859-1, no_NO.ISO8859-15, no_NO.ISO_8859-1, no_NO.ISO_8859-15, no_NO.UTF-8');
This fixes a lot for me. Is there any reason why only LC_TIME is set? I can't see the LC_ALL beeing used.
Also. I find this line to be incorrect:
@define('DATE_FORMAT_ENTRY', '%A d. %e. %B %Y');
It should read:
@define('DATE_FORMAT_ENTRY', '%A - %e. %B %Y');
--
frodeste - www.stenstrom.no
@define('DATE_LOCALES', 'norwegian, no, no_NO, no_NO.DIS_8859-15, no_NO.ISO8859-1, no_NO.ISO8859-15, no_NO.ISO_8859-1, no_NO.ISO_8859-15, no_NO.UTF-8');
This fixes a lot for me. Is there any reason why only LC_TIME is set? I can't see the LC_ALL beeing used.
Also. I find this line to be incorrect:
@define('DATE_FORMAT_ENTRY', '%A d. %e. %B %Y');
It should read:
@define('DATE_FORMAT_ENTRY', '%A - %e. %B %Y');
--
frodeste - www.stenstrom.no