https://bugzilla.wikimedia.org/show_bug.cgi?id=16576

           Summary: A problem in the combination DPL 1.7.4 and MW1.13 using
                    Chinese interface
           Product: MediaWiki extensions
           Version: any
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: DynamicPageList
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Following DPL Query code can work fine in MW1.13 with English interface (using
'''<tt>$wgLanguageCode = "en";</tt>''' in the Localsetting.php ):
 <nowiki>{{#dpl: namespace=Category | format=,\n*%TITLE%,,}}</nowiki>

But if I change '''<tt>$wgLanguageCode = "en";</tt>''' to
'''<tt>$wgLanguageCode = "zh-tw";</tt>''', the result of the code above will
change to following:
 %DPL-1.7.4-??: ??? '$0' ??: 'namespace'! ??: $0= ???? (?)?

In this situation, I can use <nowiki>{{#dpl: namespace=分類  &#60;!--
"分類" is the word "category" in Chinese -->| format=,\n*%TITLE%,,}}</nowiki>
and the way works. But I don't like this.
~~~~

==My Environment==
* MediaWiki: 1.13.0
* Win XP
* DPL 1.7.4
*The AppServ Open Project - 2.5.7 for Windows
** Apache Web Server Version 2.2.3
** PHP Script Language Version 5.1.6
** MySQL Database Version 5.0.24a


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to