mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
modify separator for tokenization
This commit is contained in:
parent
6ae4322ad0
commit
dfc1b38c2a
@ -12,7 +12,7 @@
|
|||||||
"search.result.none": "没有找到符合条件的结果",
|
"search.result.none": "没有找到符合条件的结果",
|
||||||
"search.result.one": "找到 1 个符合条件的结果",
|
"search.result.one": "找到 1 个符合条件的结果",
|
||||||
"search.result.other": "# 个符合条件的结果",
|
"search.result.other": "# 个符合条件的结果",
|
||||||
"search.tokenizer": "[\s\-]+",
|
"search.tokenizer": "[\,\。]+",
|
||||||
"source.link.title": "前往 Github 仓库",
|
"source.link.title": "前往 Github 仓库",
|
||||||
"toc.title": "目录"
|
"toc.title": "目录"
|
||||||
}[key] }}{% endmacro %}
|
}[key] }}{% endmacro %}
|
||||||
|
Loading…
Reference in New Issue
Block a user