Fixed typo in localized date handler, translation updates.
svn: r12676
This commit is contained in:
parent
4b7692708c
commit
a16fc9a8cb
@ -69,7 +69,7 @@ class DateParserCZ(DateParser):
|
|||||||
u'r' : Date.CAL_FRENCH,
|
u'r' : Date.CAL_FRENCH,
|
||||||
u'perský' : Date.CAL_PERSIAN,
|
u'perský' : Date.CAL_PERSIAN,
|
||||||
u'p' : Date.CAL_PERSIAN,
|
u'p' : Date.CAL_PERSIAN,
|
||||||
u'swedish' : Date.CAL_SWEDISH,
|
u'švédský' : Date.CAL_SWEDISH,
|
||||||
u's' : Date.CAL_SWEDISH,
|
u's' : Date.CAL_SWEDISH,
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -138,7 +138,7 @@ class DateDisplayCZ(DateDisplay):
|
|||||||
elif mod == Date.MOD_RANGE:
|
elif mod == Date.MOD_RANGE:
|
||||||
d1 = self.display_cal[cal](start)
|
d1 = self.display_cal[cal](start)
|
||||||
d2 = self.display_cal[cal](date.get_stop_date())
|
d2 = self.display_cal[cal](date.get_stop_date())
|
||||||
return "%s%s %s %s %s%s" % (qual_str, u'medzi',
|
return "%s%s %s %s %s%s" % (qual_str, u'mezi',
|
||||||
d1, u'a', d2, self.calendar[cal])
|
d1, u'a', d2, self.calendar[cal])
|
||||||
else:
|
else:
|
||||||
text = self.display_cal[date.get_calendar()](start)
|
text = self.display_cal[date.get_calendar()](start)
|
||||||
|
Loading…
Reference in New Issue
Block a user