This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
mapaler
/
PADDashFormation
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
163
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
解决语言处的代码bug
tags/v16.3
枫谷剑仙
5 years ago
parent
f5bba9dbcc
commit
5f4b2e7df9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
script.js
+ 1
- 1
script.js
View File
@@ -43,7 +43,7 @@ if (currentLanguage == undefined)
return lang.i18n_RegExp.test(browser_i18n); //匹配正则表达式
}else
{
return
searchCode.includes(browser_
i18n); //文字上的搜索包含
return
browser_i18n.includes(lang.
i18n); //文字上的搜索包含
}
}) || languageList[0]; //没有找到指定语言的情况下,自动用第一个语言(英语)
}
Write
Preview
Loading…
Cancel
Save