[Bug 67274] Core message reuse

2014-09-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67274

James Forrester jforres...@wikimedia.org changed:

   What|Removed |Added

 CC||elitr...@gmail.com
  Component|Language|MediaWiki integration

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 67274] Core message reuse

2014-08-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67274

--- Comment #7 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 147737 abandoned by Jforrester:
Don't steal core's 'edit', 'create', 'editsection' by default

Reason:
Per discussion.

https://gerrit.wikimedia.org/r/147737

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 67274] Core message reuse

2014-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67274

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 147737 had a related patch set uploaded by Nemo bis:
Don't steal core's 'edit', 'create', 'editsection' by default

https://gerrit.wikimedia.org/r/147737

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 67274] Core message reuse

2014-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67274

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 67274] Core message reuse

2014-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67274

--- Comment #6 from Nemo federicol...@tiscali.it ---
(In reply to Robin Pepermans (SPQRobin) from comment #4)
 having yet another message and consequently having only
 few translations.

No such risk in my proposal.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 67274] Core message reuse

2014-06-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67274

Robin Pepermans (SPQRobin) robinp.1...@gmail.com changed:

   What|Removed |Added

 CC||robinp.1...@gmail.com

--- Comment #2 from Robin Pepermans (SPQRobin) robinp.1...@gmail.com ---
I don't see why we would need separate messages for these. As far as I can see,
they are used on the same location for the same function, so having separate
messages would be unnecessary duplication imho. Message re-use needs to be
avoided when re-using them in a different context.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 67274] Core message reuse

2014-06-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67274

--- Comment #3 from Nemo federicol...@tiscali.it ---
(In reply to Robin Pepermans (SPQRobin) from comment #2)
 Message re-use
 needs to be avoided when re-using them in a different context.

How is linking veaction=edit not a different context than action=edit?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 67274] Core message reuse

2014-06-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67274

--- Comment #4 from Robin Pepermans (SPQRobin) robinp.1...@gmail.com ---
(In reply to Nemo from comment #3)
 How is linking veaction=edit not a different context than action=edit?

They are on the same location and for the same function (i.e. editing). There
is only a slight difference, i.e. in core it uses the normal editor while in
VisualEditor obviously the visual editor. In my opinion, this does not weigh
against having yet another message and consequently having only few
translations. 

Which makes me think, maybe we should have the ability to fall back to another
message if a certain (identical but more specific) message is not translated.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 67274] Core message reuse

2014-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67274

--- Comment #1 from Yuki Shira shirayuk...@gmail.com ---
monobook-view-create and vector-view-create are also reused.

As written in VisualEditor.php, we can avoid message reuse by adding the
following code:
 $wgVisualEditorTabMessages['edit'] = 'visualeditor-ca-ve-edit';
 $wgVisualEditorTabMessages['create'] = 'visualeditor-ca-ve-create';
 $wgVisualEditorTabMessages['editsection'] = 'visualeditor-ca-ve-edit-section';

But visualeditor-ca-ve-edit, visualeditor-ca-ve-create, and
visualeditor-ca-ve-edit-section are all VisualEditor.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l