Set <html> lang attr for current language, set dir="rtl" attr for RTL languages

This commit is contained in:
str4d
2014-03-04 23:45:30 +00:00
parent fe42291ff2
commit 3eef34be76
3 changed files with 15 additions and 2 deletions

View File

@ -73,6 +73,10 @@ SUPPORTED_LANG_NAMES = {
'uk': u'Ukrainian',
}
RTL_LANGS = [
'he',
]
DEFAULT_GETTEXT_DOMAIN = 'priority'
GETTEXT_DOMAIN_MAPPING = {
'about': ['about'],