add a TODO comment (since I don't understand)

This commit is contained in:
Paul Franklin 2017-02-21 20:20:10 -08:00
parent 4daf7e1214
commit 8196b65aab

View File

@ -84,7 +84,7 @@ LANG_TO_DISPLAY = {
'en_GB' : DateDisplayEn,
'English_United States' : DateDisplayEn,
'ko_KR' : DateDisplay,
'nb_NO' : DateDisplay, # TODO this's in _data_nb, why here?
'nb_NO' : DateDisplay, # TODO this's in _date_nb, why here?
}
def register_datehandler(locales,parse_class,display_class):