From 5e417f84f13e3978eec5fd15f2211882c6493767 Mon Sep 17 00:00:00 2001
From: Zhou Fang <fang2hou@outlook.com>
Date: Fri, 30 Apr 2021 15:36:08 +0000
Subject: [PATCH] Added Japanese support (#191)

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

diff --git a/i18n/ja.toml b/i18n/ja.toml
new file mode 100644
index 0000000..efaa23d
--- /dev/null
+++ b/i18n/ja.toml
@@ -0,0 +1,36 @@
+[category]
+other = "カテゴリー"
+
+[tag]
+other = "タグ"
+
+[reading_time]
+one = "読む時間 1 分間"
+other = "読む時間 {{ .Count }} 分間"
+
+[page_not_found]
+other = "ページが見つかりません。"
+
+[page_does_not_exist]
+other = "指定されたページは存在しません。"
+
+[head_back]
+other = "<a href=\"{{ . }}\">ホーム</a>に戻る。"
+
+[comments]
+other = "コメント"
+
+[send]
+other = "送信"
+
+[read_more]
+other = "もっと読む"
+
+[name]
+other = "お名前"
+
+[email]
+other = "メールアドレス"
+
+[message]
+other = "メッセージ" 
\ No newline at end of file

--
Gitblit v1.10.0