Issue:DPL Calendar's i18n adventage and bug

From FollowTheScore
Revision as of 04:08, 16 December 2007 by Roc michael (talk | contribs) (New page: {{Issue |Type = Change Request <-- please select |Extension = DPL |Version = All |Description = DPL Calendar's i18n advantage and bugs |Status = open }} == Proble...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Description: DPL Calendar's i18n advantage and bugs
Extension / Version: DPL   /   All
Type / Status: Change Request <-- please select   /   open

Problem

In the Template:CalendarSingle, there is a code like followed

{{Calendar/MonthStart{{#time:D|{{{year}}}-{{{month}}}-01 +1 second}}. But the result of the code will be change depended on the setting
 $wgLanguageCode = "en"; or $wgLanguageCode = "zh-tw";
. You can see the demo on the followed picture.
DPL Calendar's i18n-1.png

So as you know what will happen. I have to redirect the page Template:Calendar/MonthStartMon, Template:Calendar/MonthStartTue .... into Template:Calendar/MonthStart一 , Template:Calendar/MonthStart二.... And there is a good news for the calendar. The title of month in the calendar will change in my native language automatically. --Roc michael 03:08, 16 December 2007 (CET)


Reply