Making WordPress.org

Opened 7 years ago

Closed 7 years ago

#3453 closed defect (bug) (fixed)

Add note to translators about text direction in browsehappy.com/public_html/functions.php

Reported by: tobifjellner's profile tobifjellner Owned by: coffee2code's profile coffee2code
Milestone: Priority: normal
Component: Browse Happy Keywords:
Cc:

Description

https://meta.trac.wordpress.org/browser/sites/trunk/browsehappy.com/public_html/functions.php?marks=228#L228 contains a string that actually shouldn't be translated.

A suggestion is to add a note to translators on the row preceeding
$GLOBALS['wp_locale']->text_direction = _x( 'ltr', 'text direction', 'browsehappy' );

... something like:

/* translators: Enter the string ltr if target language is written left-to-right and rtl if target language is written right-to-left */

Change History (1)

#1 @coffee2code
7 years ago

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

In 6628:

Browse Happy: Add translator comment to text direction string.

Props tobifjellner.
Fixes #3453.

Note: See TracTickets for help on using tickets.