Page MenuHomePhabricator

Client Wikibase does not fetch some labels in ca.wiki
Closed, DuplicatePublicBUG REPORT

Description

Steps to Reproduce:

  • Testing for https://www.wikidata.org/wiki/Q4 in the debug console of any Lua module.
  • mw.wikibase.getLabel('Q4')
    • actual result: nil
    • expected: mort, or in fallback languages mòrt in Occitan or death in English
  • mw.wikibase.getLabelWithLang('Q4')
    • actual result: nil nil
    • expected: mort ca
  • mw.wikibase.getLabelByLang('Q4', 'ca')
    • actual result: mort
    • expected: mort

This seems to happen with random items of Wikidata. Reported early this morning in different infoboxes powered with Wikidata. Maybe related with T251157.