We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2f3f7 commit 80fc3c8Copy full SHA for 80fc3c8
notebook/static/bidi/bidi.js
@@ -23,7 +23,7 @@ define(['bidi/numericshaping'], function(numericshaping) {
23
};
24
25
var _isMirroringEnabled = function() {
26
- return new RegExp('^(ar|he)').test(_uiLang());
+ return new RegExp('^(ar|ara|arc|ae|ave|egy|he|heb|nqo|pal|phn|sam|syc|syr|fa|per|fas|ckb|ur|urd)').test(_uiLang());
27
28
29
/**
0 commit comments