@@ -544,10 +544,10 @@ descending order.
544544
545545# ### Setting the reading time
546546
547- When [enabled], the [readtime] package is used to compute the expected reading
548- time of each post, which is rendered as part of the post and post excerpt.
549- Nowadays, many blogs show reading times, which is why the [built-in blog plugin]
550- offers this capability as well.
547+ When [enabled], the reading the expected reading time of each post is computed,
548+ which is rendered as part of the post and post excerpt. Nowadays, many blogs
549+ show reading times, which is why the [built-in blog plugin] offers this
550+ capability as well.
551551
552552Sometimes, however, the computed reading time might not feel accurate, or
553553result in odd and unpleasant numbers. For this reason, reading time can be
@@ -566,7 +566,14 @@ readtime: 15
566566
567567This will disable automatic reading time computation.
568568
569- [readtime] : https://pypi.org/project/readtime/
569+ !!! warning "Chinese, Japanese and Korean characters"
570+
571+ Reading time computation currently does not take segmentation of Chinese,
572+ Japanese and Korean characters into account. This means that the reading
573+ time for posts in these languages may be inaccurate. We're planning on
574+ adding support in the future. In the meantime, please use the `readtime`
575+ front matter property to set the reading time.
576+
570577 [enabled] : ../plugins/blog.md#config.post_readtime
571578
572579# ### Setting defaults
0 commit comments