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

       Web browser: ---
            Bug ID: 52922
           Summary: Translated InterfaceText not shown in user language
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: TemplateData
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: rainerril...@hotmail.com
                CC: jforres...@wikimedia.org, krinklem...@gmail.com,
                    tpars...@wikimedia.org
    Classification: Unclassified
   Mobile Platform: ---

If we are really going to use this for documenting our templates, the table
created by the extension must contain the description/label/... in the user
language.

How to reproduce:
Switch you user language to German. Visit
[[:commons:Special:Permalink/102040858]]

The following is included in the sandbox.
<templatedata>
{
    "description": "English template description only.",
    "params": {
        "1": {
            "description": {
                "de": "Deutscher Text.",
                "en": "English text."
            },
            "type": "string/wiki-page-name"
        }
    },
    "sets": []
}
</templatedata>
"English text." is shown as description of parameter 1.

Expected result:
"Deutscher Text."

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to