My Setup

  • Drupal 7.8 (English), MySQL, XMAPP, PHP 5.3
  • Enabled Entity Translation module and References (the successor of CCK Node References) module
  • Enabled Title module (replaces the node Title with an entity field)
  • Added Arabic as a second language
  • Configured Entity Translation and Language Switcher block
  • Created one Content Type "Demo", with translatable title and body.
  • Created a test Demo node, with an English and an Arabic translation

Expected behavior
Similar to i18n, the Title and Body justification should move from right justified to left, as Arabic is an RTL language. Additionally, the field labels should move to the right side.

Actual behavior
The language stays left justified, and the field labels still appear on the left side of the text.

Comments

brycesenz’s picture

Update: This can be addressed by also enabling the Internationalization (i18n) module, but I still think that this is unexpected behavior in the Entity Translation module.

plach’s picture

Version: 7.x-1.0-alpha1 » 7.x-1.x-dev
Component: Code » Base system

I guess this still here.

plach’s picture

Component: Base system » User interface