File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
var _M_ = 'MISSING TRANSLATION' ;
9
9
</ script >
10
10
< script type ="text/x-mathjax-config ">
11
+ MathJax . Localization . strings . en . isLoaded = false ;
11
12
MathJax . Hub . Config ( {
12
13
TeX : {
13
14
noErrors : { disabled : true } ,
19
20
}
20
21
} ) ;
21
22
22
- /* Create the list of locales. We exclude 'en' as it behaves differently than
23
- the others and we don't want to copy the en strings again here. */
23
+ /* Create the list of locales. */
24
24
var locales = { } ;
25
25
var i = 0 ;
26
26
for ( l in MathJax . Localization . strings ) {
27
- if ( ! MathJax . Localization . strings . hasOwnProperty ( l ) || l == "en" ) continue ;
27
+ if ( ! MathJax . Localization . strings . hasOwnProperty ( l ) ) continue ;
28
28
var option = document . createElement ( 'option' ) ;
29
29
option . appendChild ( document . createTextNode ( l ) ) ;
30
30
document . form . locale . appendChild ( option ) ;
You can’t perform that action at this time.
0 commit comments