remove unneeded code
This commit is contained in:
parent
a1f67b92e0
commit
6ca9487709
@ -66,9 +66,6 @@ class DateParserAR(DateParser):
|
|||||||
'حوالي.' : Date.MOD_ABOUT,
|
'حوالي.' : Date.MOD_ABOUT,
|
||||||
'حوالي' : Date.MOD_ABOUT,
|
'حوالي' : Date.MOD_ABOUT,
|
||||||
}
|
}
|
||||||
# in some languages some of above listed modifiers are after the date,
|
|
||||||
# in that case the subclass should put them into this dictionary instead
|
|
||||||
modifier_after_to_int = {}
|
|
||||||
|
|
||||||
islamic_to_int = {
|
islamic_to_int = {
|
||||||
"محرّم" : 1, "محرّم الحرام" : 1,
|
"محرّم" : 1, "محرّم الحرام" : 1,
|
||||||
|
@ -77,9 +77,6 @@ class DateParserEL(DateParser):
|
|||||||
'γυρ.' : Date.MOD_ABOUT,
|
'γυρ.' : Date.MOD_ABOUT,
|
||||||
'~' : Date.MOD_ABOUT,
|
'~' : Date.MOD_ABOUT,
|
||||||
}
|
}
|
||||||
# in some languages some of above listed modifiers are after the date,
|
|
||||||
# in that case the subclass should put them into this dictionary instead
|
|
||||||
modifier_after_to_int = {}
|
|
||||||
|
|
||||||
bce = ["π.Χ.", "π.Κ.Χ.", "π.Κ.Ε.", "π.Χ" ]
|
bce = ["π.Χ.", "π.Κ.Χ.", "π.Κ.Ε.", "π.Χ" ]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user