Page MenuHomePhabricator

Issue with username message in kn and war languages
Closed, InvalidPublic

Description

Hi,

Kannada Wikisource Preferences Basic information should show Username in the first section instead it shows ಟೆಂಪ್ಲೇಟು:ಲಿಂಗ:Username as shown in the screenshot. Please fix this asap.

kn_wikisource_preferences.png (231×573 px, 32 KB)

Regards,
Shivu

Event Timeline

Omshivaprakash raised the priority of this task from to Needs Triage.
Omshivaprakash updated the task description. (Show Details)
Omshivaprakash subscribed.
alex@alex-laptop:~/Development/MediaWiki (master)$ grep "\"username\"" languages/i18n/*.json | grep -vi GENDER | grep "{{"
languages/i18n/kn.json:	"username": "{{ಲಿಂಗ:$1|ಸದಸ್ಯತ್ವದ ಹೆಸರು}}:",
languages/i18n/war.json:	"username": "{{HENERO:$1|Agnay hit gumaramit}}:",
alex@alex-laptop:~/Development/MediaWiki (master)$

So the war language has the same issue. And it's different at kn.wikipedia.org because they've customised the message.

Krenair renamed this task from Preferences Page Basic Information shows incorrect info on Kn Wiki source to Issue with MediaWiki:Username/kn.Sep 5 2015, 9:00 PM
Krenair renamed this task from Issue with MediaWiki:Username/kn to Issue with username message in kn and war languages.
Krenair set Security to None.
MarcoAurelio claimed this task.
MarcoAurelio subscribed.

When accessing https://meta.wikimedia.org/wiki/Special:Preferences?uselang=kn on my account I get:

Template:ಲಿಂಗ:MarcoAurelio: MarcoAurelio

with https://meta.wikimedia.org/wiki/Special:Preferences?uselang=war

Template:HENERO:MarcoAurelio: MarcoAurelio

Looks like you've translated {{GENDER}} and as such it doesn't work as expected.

I've amended the messages at translatewiki for MediaWiki:Username/war and MediaWiki:Username/kn, in line with the rest of the translations.

Closing as declined; as not a software bug. Fixed in translatewiki.net. The messages will be transferred in the next hours and syncronized. You should see the fix in the next days.