翻译完了新的路由章节

This commit is contained in:
Zhicheng Wang 2016-06-26 08:12:37 +08:00
parent 06e8f374e5
commit 44c93fd2c1
2 changed files with 1494 additions and 32 deletions

File diff suppressed because it is too large Load Diff

View File

@ -85,7 +85,7 @@ var sourceVisible = localStorage.getItem('source-visible') === 'true';
function isPureEnglish(text) {
// accept — , quotes, ® and façade too.
return /^[\1-\255—“”ç®…]*$/.test(text);
return /^[\1-\255—“”ç®…à]*$/.test(text);
}
function attributesToString(node) {