WordCampTV

Yoav Farhi: Right to Left WordPress

Description

Are you developing a WordPress theme? Yoav Farhi from Automattic teaches you the basics of right-to-left language support in seven minutes in this lightning session.

Video provided by Blaze Streaming Media.

Rate this:

WordCamp Location

San Francisco 2010

Event

Flavor

Language

Producer

Speakers

Yoav Farhi

Date

May 1, 2010

Tags

, , , , right to left, RTL, , Presentation Video

Categories

WordCampTV,

13 Responses to “Yoav Farhi: Right to Left WordPress”

  1. Ira

    Is this also available as test somewhere, with examples one can cut and paste?

    • Yoav

      Ira: slides and text on slideshare:
      http://www.slideshare.net/yoavf/wordpress-rtl

  2. Ira

    תודה יואב, מצאתי בינתיים :-)

  3. Ofer

    Hello,

    Any simple way to check that the rtl.css is there and make the theme include it? As I am coding a translation plugin with rtl support.

    • Yoav

      WordPress will automatically load the rtl.css if the blog is set to a RTL language (i.e. Hebrew)

      • Ofer

        I understand it will, but I want to force it to believe that it is set to RTL, take a look at my plugin site to understand why (mainly language switch)

        • Ira

          I’ll explain what I need as well, and I think what offer refers to – if one wants to build a multilingual blog, where some of the pages are going RTL and some LTR, what are the appropriate “buttons to press” to override this, so whatever calls “get_bloginfo( ‘text_direction’ )” may get a different answer based on some logic running at the theme level.

      • Yoav

        Setting the global $text_direction value should work.
        Take a look at the WPML plugin, it’s already doing that.

        • Ofer

          Hmmm?

          Don’t see such a global, also don’t see any such usage in wpml

          please enlighten me

  4. Ofer

    I guess you know the microsoft/ibm joke with the plane

    anyhow – did you mean?

    global $wp_locale;
    $wp_locale->text_direction = 'rtl';

    • Yoav

      That should work :)

  5. Ofer

    Thanks for your help; the latest transposh plugin (0.6.1) now supports this feature.

  6. Dan Lavie

    I must say that Indeed the Transposh plugin for WordPress does a great job ‘converting’ almost any theme into a Hebrew/RTL version, plus the convenience of auto translation with the great ability to correct those translated pages after the initial google translate.

    Transposh is a must for anyone that need a quick multilingual wordpress website.

Leave a Reply

Follow

Get every new post delivered to your Inbox.

Join 1,621 other followers