Page MenuHomePhabricator

Dates not properly shown in correct language
Open, MediumPublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

  • When queryed in direct full SPARQL text, dates are shown in the proper language, that is, French for me, so is OK.

SELECT ?être_humain ?être_humainLabel ?date_de_mort WHERE {

SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?être_humain wdt:P31 wd:Q5;wdt:P20 wd:Q90;
  wdt:P570 ?date_de_mort.

}
LIMIT 100

  • When linked as a "direct link to results" with eg https://w.wiki/6BTM , dates are shown in English

What happens?:

What should have happened instead?:
Dates should have been shown in French for (people in France? browser language?)

Software version (skip for WMF-hosted wikis like Wikipedia):

Other information (browser name/version, screenshots, etc.):