Hello! We have a little problem on Slovak Wikipedia: namespaces "User" and "User talk" changed somewhen on 18th of August to "Uživatel" and "Diskuse s uživatelem".
It should be "Redaktor" ("User" - instead of "Uživatel") and "Diskusia s redaktorom" ("User talk" - instead of "Diskuse s uživatelem").
It is not happening to all users, just to some of them (for example:
https://sk.wikipedia.org/wiki/Uživatel:Vasiľ
https://sk.wikipedia.org/wiki/Uživatel:OJJ
https://sk.wikipedia.org/wiki/Uživatel:Maajo25
etc.)
Thank you very much!
Local project discussion
https://sk.wikipedia.org/wiki/Wikip%C3%A9dia:Kr%C4%8Dma/Technick%C3%A9#Zmena_menn.C3.A9ho_priestoru_.E2.80.9ERedaktor.E2.80.9C_na_.E2.80.9EU.C5.BEivatel.E2.80.9C
Root causes
- In 2011, cs.wikipedia wants gender localisation (T35367). This is committed as 65ab9bf6.
- In 2016, TranslateWiki discussion occurs to offer a fallback between Cs and Sk languages. This is committed as b321f48d80db and deployed during the last MediaWiki train.
- MediaWiki respects namespaceGenderAliases if they exist. As they don't exist in Sk messages, it checks the fallback, anf found it on Cs.
Solution
- For MediaWiki core, and so every MediaWiki installations using Slovak language, offer a proper Slovak localisation (tracked separately as T143474).
- For Slovak Wikipedia, a specific configuration to use their own namespaces choices.
Namespace localisation
@LacoR summarized the expected namespaces localisation as this:
NS_USER | N | Redaktor |
NS_USER | M | Redaktor |
NS_USER | F | Redaktorka |
NS_USER_TALK | N | Diskusia s redaktorom |
NS_USER_TALK | M | Diskusia s redaktorom |
NS_USER_TALK | F | Diskusia s redaktorkou |