Set <html> lang attr for current language, set dir="rtl" attr for RTL languages
This commit is contained in:
@ -73,6 +73,10 @@ SUPPORTED_LANG_NAMES = {
|
||||
'uk': u'Ukrainian',
|
||||
}
|
||||
|
||||
RTL_LANGS = [
|
||||
'he',
|
||||
]
|
||||
|
||||
DEFAULT_GETTEXT_DOMAIN = 'priority'
|
||||
GETTEXT_DOMAIN_MAPPING = {
|
||||
'about': ['about'],
|
||||
|
Reference in New Issue
Block a user