diff options
author | DSRKafuU | 2020-07-29 15:38:37 +0800 |
---|---|---|
committer | GitHub | 2020-07-29 15:38:37 +0800 |
commit | 22ae19173744e84d3f3d651f6d7a2949259f1e6a (patch) | |
tree | 8ce6c7288db2e652563453ee4a70a216ce34ffa8 /i18n/zh-hans.toml | |
parent | 73a776cccb9d1a993da6910c20166bafdd5c731e (diff) | |
parent | 856d4f18736b2ab7bed721d4fbf239e3eb3803bc (diff) | |
download | hugo-theme-fuji-22ae19173744e84d3f3d651f6d7a2949259f1e6a.tar.gz hugo-theme-fuji-22ae19173744e84d3f3d651f6d7a2949259f1e6a.tar.bz2 hugo-theme-fuji-22ae19173744e84d3f3d651f6d7a2949259f1e6a.zip |
Merge pull request #42 from danielhollas/czech
Add Czech translations + support multiple plurals
Diffstat (limited to 'i18n/zh-hans.toml')
-rw-r--r-- | i18n/zh-hans.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i18n/zh-hans.toml b/i18n/zh-hans.toml index 37387a0..96434a7 100644 --- a/i18n/zh-hans.toml +++ b/i18n/zh-hans.toml @@ -23,10 +23,10 @@ other = "无标签" [postMetaWordCount] - other = " 字" + other = "{{.Count}} 字" [postMetaReadingTime] - other = " 分钟" + other = "{{.Count}} 分钟" [postCopyrightFront] other = "除特殊注明部分,本站内容采用 " |