6926: remove redundant cal prefixes in FR

these are automatically populated by the prefix table building code

svn: r23346
This commit is contained in:
Vassilii Khachaturov 2013-10-20 12:27:03 +00:00
parent 2d937ae507
commit 265b1d7b53

View File

@ -109,15 +109,9 @@ class DateParserFR(DateParser):
DateParser.init_strings(self)
DateParser.calendar_to_int.update({
'g' : Date.CAL_GREGORIAN,
'j' : Date.CAL_JULIAN,
'h' : Date.CAL_HEBREW,
'i' : Date.CAL_ISLAMIC,
'révolutionnaire' : Date.CAL_FRENCH,
'r' : Date.CAL_FRENCH,
'perse' : Date.CAL_PERSIAN,
'p' : Date.CAL_PERSIAN,
's' : Date.CAL_SWEDISH,
})
DateParser.month_to_int.update({