Last modified: 2011-08-19 19:12:53 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T26191, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 24191 - Signature button in Hungarian should produce "– ~~~~"
Signature button in Hungarian should produce "– ~~~~"
Status: NEW
Product: MediaWiki extensions
Classification: Unclassified
WikiEditor (Other open bugs)
unspecified
All All
: Normal enhancement with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks: 24493
  Show dependency treegraph
 
Reported: 2010-06-30 19:04 UTC by Bence Damokos
Modified: 2011-08-19 19:12 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Bence Damokos 2010-06-30 19:04:46 UTC
The signature button in the Hungarian version of the new edit toolbar should produce the text "– ~~~~" instead of "--~~~~". (That is, an em-dash+space, preferably a non-breaking space, instead of two en-dashes preceding the actual signature.)

More generally, the signature string or at least its prefix should be available for localisation.
Comment 1 Roan Kattouw 2010-06-30 19:05:47 UTC
I suspect this is not about Hungarian as a language but about huwiki specifically? In that case, it should be changed in [[MediaWiki:Common.js]]
Comment 2 Bence Damokos 2010-06-30 19:10:05 UTC
A workaround is being built for the huwiki common.js, but it is more about the language, I should think.
(Hungarian makes an orthographic distinction between the em- and en-dashes and for signature purposes the longer em-dash is preferred.)
Comment 3 Max Semenik 2010-06-30 19:15:22 UTC
(In reply to comment #1)
> I suspect this is not about Hungarian as a language but about huwiki
> specifically? In that case, it should be changed in [[MediaWiki:Common.js]]

Different cultures have different practices of dash usage. For example, while the substitution of em-dash with two en-dashes looks tolerable for an English speaker, this is pretty uncommon in Russian practice, consequentially it looks strange. Spacing is also different.

So yes, localizing this would be highly appropriate.
Comment 4 Tisza Gergő 2010-07-22 19:33:06 UTC
Until this gets fixed, a Common.js-based workaround for interested parties:

if ( typeof $j != 'undefined' && window.wgWikiEditorEnabledModules && wgWikiEditorEnabledModules.toolbar ) {
  addOnloadHook( function() {
    $j( '#wpTextbox1' ).bind( 'wikiEditor-toolbar-buildSection-main', function( event, section ) {
      section.groups.insert.tools.signature.action.options.post = '– ~~' + '~~';
    });
  });
}
Comment 5 Krinkle 2011-06-22 00:30:24 UTC
*Mass-change: Move WikiEditor bugs to component and remove blocker bug where*
Comment 6 Bugmeister Bot 2011-08-19 19:12:53 UTC
Unassigning default assignments. http://article.gmane.org/gmane.science.linguistics.wikipedia.technical/54734

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links