Norwegian datehandler updated

svn: r10661
This commit is contained in:
Espen Berg 2008-05-04 07:55:01 +00:00
parent b7aac9c7f0
commit 450ff36dfc
2 changed files with 2 additions and 1 deletions

View File

@ -74,6 +74,7 @@ LANG_TO_DISPLAY = {
'zh_HK' : DateDisplay,
'ja_JP' : DateDisplay,
'ko_KR' : DateDisplay,
'nb_NO' : DateDisplay,
}
def register_datehandler(locales,parse_class,display_class):

View File

@ -44,7 +44,7 @@ from _DateHandler import register_datehandler
#-------------------------------------------------------------------------
#
# Swedish parser class
# Norwegian parser class
#
#-------------------------------------------------------------------------
class DateParserNb(DateParser):