Make WordPress Core

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#27785 closed defect (bug) (fixed)

Address is not localized in TinyMCE

Reported by: pavelevap's profile pavelevap Owned by: nacin's profile nacin
Milestone: 3.9 Priority: low
Severity: trivial Version: 3.9
Component: I18N Keywords: has-patch commit
Focuses: Cc:

Description

Address in formatselect TinyMCE dropdown is not localized.
Gettexted string is available only in wp-mce-help.php and missing in class-wp-editor.php.

Attachments (1)

27785.patch (482 bytes) - added by ocean90 11 years ago.

Download all attachments as: .zip

Change History (6)

@ocean90
11 years ago

#1 @ocean90
11 years ago

  • Keywords has-patch commit added
  • Milestone changed from Awaiting Review to 3.9
  • Priority changed from normal to low
  • Severity changed from normal to trivial

#2 @nacin
11 years ago

  • Owner set to nacin
  • Resolution set to fixed
  • Status changed from new to closed

In 28097:

Add missing 'Address' string for TinyMCE.

props pavelevap, ocean90.
fixes #27785.

#3 follow-up: @azaozz
11 years ago

"Address" is the actual tag name, same as Div and Pre. Not even sure if we should be translating these, seem it will make it more confusing? Also perhaps it needs _x( 'Address', 'HTML tag' ).

#4 in reply to: ↑ 3 @SergeyBiryukov
11 years ago

Replying to azaozz:

"Address" is the actual tag name, same as Div and Pre.

Same as "Blockquote", which we translate. So I guess translating "Address" as well makes sense.

#5 @nacin
11 years ago

In 28099:

Add context to string added in [28097].

props azaozz.
fixes #27785.

Note: See TracTickets for help on using tickets.