[wp-trac] [WordPress Trac] #19519: Error page direction (RTL)

WordPress Trac wp-trac at lists.automattic.com
Mon Dec 12 22:39:46 UTC 2011


#19519: Error page direction (RTL)
--------------------------+------------------------------
 Reporter:  rasheed       |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  RTL           |     Version:  3.3
 Severity:  normal        |  Resolution:
 Keywords:                |
--------------------------+------------------------------

Comment (by SergeyBiryukov):

 I've downloaded
 http://ar.wordpress.org/builds/ar/trunk/wordpress-3.3-RC3-ar.zip to check
 this.

 Seems you have a
 [http://translate.wordpress.org/projects/wp/dev/ar/default?filters%5Bstatus%5D=either&filters%5Boriginal_id%5D=3475&filters%5Btranslation_id%5D=727216
 wrong translation for 'ltr' string], which results in wrong
 `$text_direction` string being set in `wp-load.php`. If I change it to:
 {{{
 $text_direction =
 /*WP_I18N_TEXT_DIRECTION*/'rtl'/*/WP_I18N_TEXT_DIRECTION*/;
 }}}
 the page is displayed in RTL, as expected (see the screenshot).

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/19519#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list