From a0a2208cf4d2e167be8510a32232cac77975915f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B6=E5=AD=90=E8=88=AA?= Date: Wed, 5 Jan 2022 14:56:02 +0800 Subject: [PATCH] Fix zh* translation --- i18n/zh-tw.toml | 2 +- i18n/zh.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/zh-tw.toml b/i18n/zh-tw.toml index a47ff35..6becd5d 100644 --- a/i18n/zh-tw.toml +++ b/i18n/zh-tw.toml @@ -11,7 +11,7 @@ other = "最近 {{.Title }}" other = "繼續閱讀" [whatsInThis] -other = "更多關於 {{ .Type }}" +other = "這個{{ .Type }}中有" [related] other = "相關內容" diff --git a/i18n/zh.toml b/i18n/zh.toml index aba56de..ce4f66e 100644 --- a/i18n/zh.toml +++ b/i18n/zh.toml @@ -11,7 +11,7 @@ other = "最近 {{.Title }}" other = "继续阅读" [whatsInThis] -other = "这是什么 {{ .Type }}" +other = "这个{{ .Type }}中有" [related] other = "相关內容"