Merge pull request #224 from bluelovers/pr/cjk-002

chore: 此處不會因為 csv 檔案大小而影響
This commit is contained in:
Physton
2023-09-08 13:44:42 +08:00
committed by GitHub

View File

@@ -205,9 +205,9 @@ export default {
text = text.trim().toLowerCase()
if (toEn.has(text)) {
return toEn.get(text)
}/* else if ((text = slugify(text, true)) && toEn.has(text)) {
} else if ((text = slugify(text, true)) && toEn.has(text)) {
return toEn.get(text)
}*/
}
return ''
},
}