Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#29448 closed defect (bug) (fixed)

Media: Untranslated Strings

Reported by: alex-ye Owned by: helen
Priority: normal Milestone: 4.0
Component: Media Version: 4.0
Severity: normal Keywords: has-patch commit dev-reviewed
Cc: Focuses: administration

Description

Some strings are not translated in the new Media screen (WordPress 4.0).

Attachments (1)

media-table.patch (702 bytes ) - added by alex-ye 12 years ago.

Download all attachments as: .zip

Change History (5)

#1 follow-up: @SergeyBiryukov
12 years ago

  • Keywords has-patch added
  • Milestone Awaiting Review4.0
  • Versiontrunk

Looks good.

The string already exists, not in the admin project though (not sure if that makes a difference for GlotPress). We could probably copy the value from the main project so that translators don't have to do that.

This ticket was mentioned in IRC in #wordpress-dev by helen. View the logs.


12 years ago

#3 in reply to: ↑ 1 @nacin
12 years ago

  • Keywords commit dev-reviewed added

Replying to SergeyBiryukov:

Looks good.

The string already exists, not in the admin project though (not sure if that makes a difference for GlotPress). We could probably copy the value from the main project so that translators don't have to do that.

Any strings used outside the admin are omitted from the admin project even if they're there too, as the main frontend MO is always loaded.

Removing the only frontend instance of a string that is also used in the admin will end up making it untranslated in the admin project, but that's not the case here.

#4 @helen
12 years ago

  • Owner set to helen
  • Resolutionfixed
  • Status newclosed

In 29659:

Media: Translate a string for the search placeholder.

props alex-ye.
fixes #29448.

Note: See TracTickets for help on using tickets.