zypper, fc-list, fc-cache: add Chinese translation (#4154)

This commit is contained in:
Flex Zhong
2020-07-07 02:30:04 +08:00
committed by GitHub
parent 7c8ffa3e15
commit 2786ad9aa2
3 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# fc-cache
> 扫描字体目录,以便建立字体缓存文件。
- 生成字体缓存文件:
`fc-cache`
- 强制重建所有字体缓存文件,而不检查缓存是否为最新版本:
`fc-cache -f`
- 删除字体缓存文件,然后生成新的字体缓存文件:
`fc-cache -r`