Currently rosetta assumes dir="ltr" on language ids that are not in
settings.LANGUAGES_BIDI, which is not always correct.
We are using "fa-AF" (Persian, Afghanistan) in our project and this isn't
detected as a bidi language, using only "fa" (Persian) yields the correct
results.
Django itself had a similar problem solved here:
http://code.djangoproject.com/ticket/4389
http://code.djangoproject.com/changeset/8596
Basically the same works for rosetta, see attached diff.
Original issue reported on code.google.com by mcallist...@gmail.com on 8 Jun 2010 at 10:22
Original issue reported on code.google.com by
mcallist...@gmail.com
on 8 Jun 2010 at 10:22Attachments: