Sorry for replying to myself.... I'm gonna start working on the bidi
layout issues and have some questions
1. I see that some patches (#1607 - setup.py) were submitted to
magic-removal branch, but not trunk (while the translations where added
and updated to both). The bidi layout will involve changes to
global-settings.py and templates/styles.
I'm not sure which branch should I work against (reminder: not about
translations, but layout patches) ?
2. I prefer adding another tuple to global-settings.py instead of
modifying the languages tuple to specify bidi layout direction. e.g:
instead of:
...
("en", (_("English"), False)),
...
("he", (_("Hebrew"), True)),
...
Keep the current LANGUAGES tuple as is, and after it add:
LANGUAGES_BIDI = ("he", "ar"...)
Since most languages won't be bidi, specifing False for each and
everyone of them is cumbersome. Instead we can keep things as they are,
and test for CURRENT_LANGUAGE in LANGUAGES_BIDI
Thoughts ?
Cheers
--
Meir Kriheli
http://mksoft.co.il
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django I18N" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/Django-I18N
-~----------~----~----~----~------~----~------~--~---