翻译完了新的路由章节
This commit is contained in:
parent
06e8f374e5
commit
44c93fd2c1
File diff suppressed because it is too large
Load Diff
|
@ -85,7 +85,7 @@ var sourceVisible = localStorage.getItem('source-visible') === 'true';
|
||||||
|
|
||||||
function isPureEnglish(text) {
|
function isPureEnglish(text) {
|
||||||
// accept — , quotes, ® and façade too.
|
// accept — , quotes, ® and façade too.
|
||||||
return /^[\1-\255—’“”ç®…]*$/.test(text);
|
return /^[\1-\255—’“”ç®…à]*$/.test(text);
|
||||||
}
|
}
|
||||||
|
|
||||||
function attributesToString(node) {
|
function attributesToString(node) {
|
||||||
|
|
Loading…
Reference in New Issue