From 16293e957831c67075e79285a5d04b8964b6a3bc Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Thu, 17 Mar 2022 22:33:05 +0530 Subject: [PATCH] Add missing quotes to zh: words --- i18n/zh.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/zh.yaml b/i18n/zh.yaml index c341e039..959325b6 100644 --- a/i18n/zh.yaml +++ b/i18n/zh.yaml @@ -12,7 +12,7 @@ - id: words translation: one: "字" - other: {{ .Count }}字 + other: "{{ .Count }}字" - id: toc translation: "目录"