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

       Web browser: ---
            Bug ID: 56481
           Summary: Translation search should search language specific by
                    default
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: Unprioritized
         Component: TwnMainPage
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

http://translatewiki.net/wiki/Special:MainPage
IMO default search behavior should be limited language search based on user
language to prevent unintended edit on other languages from user language.
Actually I am using
$(function () {
  $('form.twn-mainpage-search').append($('<input name="language" value="' +
mw.user.options.get('language') + '" type="hidden" />'));
});
on my http://translatewiki.net/wiki/User:Ebraminio/common.js to make this
search button specific to my language (after some wrong messages edit on
languages with similar script to my language)

-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to