diff options
author | amzrk2 | 2020-04-16 15:37:22 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-16 15:37:22 +0800 |
commit | af12c07b0801b0e372385840acd4404b405d2c73 (patch) | |
tree | a25e8571cde905d29d7febb9c82cfac5017788c0 | |
parent | eaa3a325e566cc084d30ba56f53ecb3f8e80d9ab (diff) | |
download | hugo-theme-fuji-af12c07b0801b0e372385840acd4404b405d2c73.tar.gz hugo-theme-fuji-af12c07b0801b0e372385840acd4404b405d2c73.tar.bz2 hugo-theme-fuji-af12c07b0801b0e372385840acd4404b405d2c73.zip |
Fix zh translation
-rw-r--r-- | i18n/zh-hans.toml | 4 | ||||
-rw-r--r-- | i18n/zh-hant.toml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/i18n/zh-hans.toml b/i18n/zh-hans.toml index 7cca72b..c690322 100644 --- a/i18n/zh-hans.toml +++ b/i18n/zh-hans.toml @@ -11,10 +11,10 @@ other = "番剧" [footerPoweredFront] - other = "基于" + other = "基于 " [footerPoweredEnd] - other = "构建" + other = " 构建" [postMetaNoTag] other = "无标签" diff --git a/i18n/zh-hant.toml b/i18n/zh-hant.toml index d6f340f..aafb805 100644 --- a/i18n/zh-hant.toml +++ b/i18n/zh-hant.toml @@ -11,10 +11,10 @@ other = "番劇" [footerPoweredFront] - other = "基於" + other = "基於 " [footerPoweredEnd] - other = "構建" + other = " 構建" [postMetaNoTag] other = "無標籤" |