Automattic / babble

Multilingual WordPress done right.
https://wordpress.org/plugins/babble/
245 stars 50 forks source link

Switch to using an `ltr` string for RTL detection #298

Closed johnbillion closed 4 years ago

johnbillion commented 9 years ago

Follow-up to #216

Babble should switch to using the same method as core for detecting RTL languages:

'rtl' == _x( 'ltr', 'text direction' )