Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#17806 closed defect (bug) (duplicate)

Missing translations for Theme Tags

Reported by: dd32's profile dd32 Owned by:
Milestone: Priority: low
Severity: normal Version: 3.2
Component: I18N Keywords:
Focuses: Cc:

Description

It seems that the Theme API was updated to add some more tags, unfortunately we don't seem to have added the translations for them in core(in get_theme_feature_list()). (You'll see them on the Theme install page as 'featured-image' rather than 'Featured Image')

strings in question:

 gray - 'Gray' Exists
 featured-image-header - No existing reasonable string
 featured-images - we have 'Featured Image'
 full-width-template - No existing reasonable string
 post-formats - Closest we have is 'Post Format:' and _x('Format', 'post format')

We have however just hit string freeze.. So if there's any existing strings which can be used, might as well use them (Gray for example).

Setting as 3.2 for others review.

Change History (1)

#1 @nacin
13 years ago

  • Milestone 3.2 deleted
  • Resolution set to duplicate
  • Status changed from new to closed

I figured this was done, but it turns out that #17359 is languishing in awaiting review.

Note: See TracTickets for help on using tickets.