From c480729b8d33fe6aa0a68ef9bd486147416e13b4 Mon Sep 17 00:00:00 2001 From: EV7 <71595756+EV7@users.noreply.github.com> Date: Wed, 23 Sep 2020 15:34:42 +0800 Subject: [PATCH] i18n: add more translations for zh (#10) --- i18n/zh.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/i18n/zh.yaml b/i18n/zh.yaml index c0f107ac..cb84ce99 100644 --- a/i18n/zh.yaml +++ b/i18n/zh.yaml @@ -3,3 +3,14 @@ - id: next_page translation: "下一页" + +- id: read_time + translation: + one : "1 分钟" + other: "{{ .Count }} 分钟" + +- id: toc + translation: "目录" + +- id: translations + translation: "语言"