balazs-endresz / jquery-translate

Automatically exported from code.google.com/p/jquery-translate
5 stars 5 forks source link

Some of the translation results should have the property dir="rtl" #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Translate text into Hebrew or Persian.

What is the expected output? What do you see instead?
The text should have the properties dir="rtl" style="text-align: right;"
like Arabic but they don't.

What version of the product are you using? On what operating system?
1.3.7

Please provide any additional information below.
I'm using the plugin for a WordPress plugin here:
http://wordpress.org/extend/plugins/google-ajax-translation/

You can see it in use here:
http://orrmarshall.com/wp/

See this page for reference:
http://www.i18nguy.com/temp/rtl.html

Original issue reported on code.google.com by monodist...@gmail.com on 24 Jun 2009 at 4:42

GoogleCodeExporter commented 9 years ago
I'll fix this today, thanks for the bug reports!

Original comment by balazs.endresz on 24 Jun 2009 at 10:17

GoogleCodeExporter commented 9 years ago
Fixed in v1.3.8.

Original comment by balazs.endresz on 24 Jun 2009 at 5:57

GoogleCodeExporter commented 9 years ago
For now I'm using this in my code:

$.translate.isRtl['yi'] = true; // Add Yiddish to right to left language 
defaults

Original comment by monodist...@gmail.com on 23 Oct 2009 at 11:49

GoogleCodeExporter commented 9 years ago
Thanks, there will be a new release today!

Original comment by balazs.endresz on 24 Oct 2009 at 12:02