enable rtl for `ar` and `he` locales

pull/1436/head
Audric Ackermann 4 years ago
parent 39c64b9fbf
commit 7a05a828f3
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -23,7 +23,7 @@
openInbox: 'openInbox',
},
applyRtl() {
const rtlLocales = ['fa'];
const rtlLocales = ['fa', 'ar', 'he'];
const loc = window.i18n.getLocale();
if (rtlLocales.includes(loc)) {

Loading…
Cancel
Save