remove unneeded Icelandic directives

This commit is contained in:
Paul Franklin 2016-03-22 11:58:19 -07:00
parent d2acfdf48e
commit 7b33bb1718

View File

@ -85,8 +85,6 @@ LANG_TO_DISPLAY = {
'English_United States' : DateDisplayEn,
'ko_KR' : DateDisplay,
'nb_NO' : DateDisplay,
'is' : DateDisplay,
'is_IS' : DateDisplay,
}
def register_datehandler(locales,parse_class,display_class):