PITS /
00115: Translation of CurrentTime
Summary: Translation of CurrentTime
Created: 2004-10-25 14:09
Status: Closed - fixed in 2.0.devel26
Category: Bug
From: Philip Jägenstedt?
Assigned:
Priority: 3
Version: 2-devel15
OS: Irrelevant
Description:
CurrentTime is not translated into the current locale, which is evident in the RecentChanges pages. The problem with pmichauds own words:
<pmichaud> $CurrentTime
gets set before local customizations are called...but
then it's not reset after they're called (and it probably should be). Or, XLPage() should probably re-set the value of$CurrentTime
if/when$TimeFmt
is changed.