Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#18125 closed defect (bug) (fixed)

Consistency for normal TinyMCE and DFW translation

Reported by: pavelevap Owned by: azaozz
Priority: normal Milestone: 3.3
Component: I18N Version: 3.2.1
Severity: normal Keywords: has-patch commit
Cc: Focuses:

Description

There are different strings for the same buttons in standard visual editor and DFW mode. They differ due to added shortcuts to DFW strings.

Please see attached patch which removes 9 strings by unifying them. I chose to add shortcuts to translatable strings (there are not only english letters in some languages), but it can be also done reversely. I also changed some small inconsistencies (spaces between keyboard keys, etc). Also Alt+Shift+B (and I) does not work for me, so I removed them.

Main result of this patch: 9 removed similar strings = happier translators + less memory for using translation files.

Attachments (2)

dfw_tinymce_strings.patch (5.9 KB ) - added by pavelevap 15 years ago.
18125.patch (5.9 KB ) - added by SergeyBiryukov 15 years ago.

Download all attachments as: .zip

Change History (9)

#1 @pavelevap
15 years ago

Another related ticket (not needed TinyMCE strings) is here: http://core.trac.wordpress.org/ticket/16638

#2 @SergeyBiryukov
15 years ago

  • Keywords has-patch added

#3 @nacin
15 years ago

  • Milestone Awaiting Review3.3

#4 @nacin
15 years ago

  • Keywords commit added

All this does is merge strings? Okay.

#5 @nacin
15 years ago

  • Keywords needs-refresh added

Patch doesn't apply.

#6 @SergeyBiryukov
15 years ago

  • Keywords needs-refresh removed

#7 @azaozz
15 years ago

  • Owner set to azaozz
  • Resolutionfixed
  • Status newclosed

In [19263]:

Standardize title strings for editor buttons, props pavelevap SergeyBiryukov, fixes #18125

Note: See TracTickets for help on using tickets.