mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Added base code for RTL support #1056
This commit is contained in:
parent
dfc415e3a8
commit
20a2f5f185
46 changed files with 69 additions and 20 deletions
|
|
@ -13,6 +13,7 @@ const
|
|||
if (rl.I18N) {
|
||||
I18N_DATA = rl.I18N;
|
||||
rl.I18N = null;
|
||||
doc.documentElement.dir = I18N_DATA.LANG_DIR;
|
||||
return 1;
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue