Added support for Norwegian date parser
svn: r8469
This commit is contained in:
parent
8f6550e723
commit
c7de89499c
@ -13,6 +13,7 @@ pkgdata_PYTHON = \
|
|||||||
_Date_es.py\
|
_Date_es.py\
|
||||||
_Date_fi.py\
|
_Date_fi.py\
|
||||||
_Date_sv.py\
|
_Date_sv.py\
|
||||||
|
_Date_nb.py\
|
||||||
_Date_nl.py\
|
_Date_nl.py\
|
||||||
_Date_sk.py\
|
_Date_sk.py\
|
||||||
_DateDisplay.py\
|
_DateDisplay.py\
|
||||||
|
@ -72,6 +72,7 @@ _lang_to_display = {
|
|||||||
'zh_HK' : DateDisplay,
|
'zh_HK' : DateDisplay,
|
||||||
'ja_JP' : DateDisplay,
|
'ja_JP' : DateDisplay,
|
||||||
'ko_KR' : DateDisplay,
|
'ko_KR' : DateDisplay,
|
||||||
|
'nb_NO' : DateDisplay,
|
||||||
}
|
}
|
||||||
|
|
||||||
def register_datehandler(locales,parse_class,display_class):
|
def register_datehandler(locales,parse_class,display_class):
|
||||||
|
@ -34,6 +34,7 @@ import _Date_es
|
|||||||
import _Date_fi
|
import _Date_fi
|
||||||
import _Date_fr
|
import _Date_fr
|
||||||
import _Date_lt
|
import _Date_lt
|
||||||
|
import _Date_nb
|
||||||
import _Date_nl
|
import _Date_nl
|
||||||
import _Date_ru
|
import _Date_ru
|
||||||
import _Date_sv
|
import _Date_sv
|
||||||
|
Loading…
Reference in New Issue
Block a user