From a1500631c4b65960dd2eb85ca30b79be8347aa9b Mon Sep 17 00:00:00 2001
From: Marco <eddex@users.noreply.github.com>
Date: Sat, 10 Aug 2019 13:18:38 +0000
Subject: [PATCH] localization for form-contact shortcode (#185)

---
 i18n/zh.toml |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/i18n/zh.toml b/i18n/zh.toml
index 6d2dc4d..757af66 100644
--- a/i18n/zh.toml
+++ b/i18n/zh.toml
@@ -15,3 +15,18 @@
 
 [related]
 other = "相關內容"
+
+[yourName]
+other = "你的名字"
+
+[emailAddress]
+other = "电邮地址"
+
+[message]
+other = "信息"
+
+[emailRequiredNote]
+other = "需要电子邮件地址。"
+
+[send]
+other = "发送"

--
Gitblit v1.10.0