From d6df1f4b7ce56d0c853f6b5d0be4565295568428 Mon Sep 17 00:00:00 2001 From: JY Hsu Date: Thu, 3 Oct 2024 04:07:20 +0800 Subject: [PATCH] fix: Add minute section in both zh-cn and zh-tw toml (#988) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bernat Borràs Civil <70479573+BernatBC@users.noreply.github.com> --- i18n/zh-cn.toml | 4 ++++ i18n/zh-tw.toml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/i18n/zh-cn.toml b/i18n/zh-cn.toml index 8ad597e94..0b87678ea 100644 --- a/i18n/zh-cn.toml +++ b/i18n/zh-cn.toml @@ -124,3 +124,7 @@ other = "免责声明" [search] other = "搜索" + +[minute] +one = "分钟" +other = "分钟" diff --git a/i18n/zh-tw.toml b/i18n/zh-tw.toml index c571c2cab..b0fd1a181 100644 --- a/i18n/zh-tw.toml +++ b/i18n/zh-tw.toml @@ -124,3 +124,7 @@ other = "免責聲明" [search] other = "搜尋" + +[minute] +one = "分鐘" +other = "分鐘"