diff options
author | Daniel Hollas | 2020-07-26 00:19:17 +0200 |
---|---|---|
committer | Daniel Hollas | 2020-07-28 22:58:01 +0200 |
commit | 856d4f18736b2ab7bed721d4fbf239e3eb3803bc (patch) | |
tree | 8ce6c7288db2e652563453ee4a70a216ce34ffa8 /i18n/ja.toml | |
parent | 73a776cccb9d1a993da6910c20166bafdd5c731e (diff) | |
download | hugo-theme-fuji-856d4f18736b2ab7bed721d4fbf239e3eb3803bc.tar.gz hugo-theme-fuji-856d4f18736b2ab7bed721d4fbf239e3eb3803bc.tar.bz2 hugo-theme-fuji-856d4f18736b2ab7bed721d4fbf239e3eb3803bc.zip |
Add Czech translations + support multiple plurals
Diffstat (limited to 'i18n/ja.toml')
-rw-r--r-- | i18n/ja.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i18n/ja.toml b/i18n/ja.toml index 5e1d863..7ef7b06 100644 --- a/i18n/ja.toml +++ b/i18n/ja.toml @@ -23,10 +23,10 @@ other = "タグはありません" [postMetaWordCount] - other = " 字" + other = "{{.Count}} 字" [postMetaReadingTime] - other = " 分" + other = "{{.Count}} 分" [postCopyrightFront] other = "特定のセクションを除いて、このサイトは " |