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

           Summary: query returns just one langlink for "Health"
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: API
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]


as of today this query does not get a complete set of langlinks back, only the
chinese one.

http://en.wikipedia.org/w/api.php?action=query&redirects&prop=langlinks&titles=Health
 


<?xml version="1.0"?>
<api>
  <query>
    <pages>
      <page pageid="80381" ns="0" title="Health">
        <langlinks>
          <ll lang="zh" xml:space="preserve">健康</ll>
        </langlinks>
      </page>
    </pages>
  </query>
</api>

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

Reply via email to