Last modified: 2014-09-11 19:22:43 UTC
There is something wrong going on in Special:SiteMatrix. When a language lacks translation to the users interface language and it has the opposite direction, the parentheses are broken. Example: https://en.wikipedia.org/wiki/Special:SiteMatrix?uselang=fr In the first column the description for the row with arz is broken. It says: مصرى (مصرى) Example for the opposite direction: https://en.wikipedia.org/wiki/Special:SiteMatrix?uselang=ar The row with Alemannisch is broken. The same is the case for many other languages.
When the local translation for a language name is missing the system falls back to using the name of the language in that language itself instead. The direction for the text remains that of the local language however, independently on whether a local translation was found. Expected behaviour: The direction for the text should be that of the local language only if a translation is found. Otherwise it should be that of the target language.
similar to https://bugzilla.wikimedia.org/show_bug.cgi?id=49255