From d779128a2c842136ff8cc96ebac13f25fdb0e299 Mon Sep 17 00:00:00 2001
From: Joseph Ting <josephting@users.noreply.github.com>
Date: Tue, 15 Oct 2019 13:08:24 +0000
Subject: [PATCH] Add Japanese translation (#228)
---
i18n/ja.toml | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/i18n/ja.toml b/i18n/ja.toml
new file mode 100644
index 0000000..bcb1e7b
--- /dev/null
+++ b/i18n/ja.toml
@@ -0,0 +1,24 @@
+[category]
+other = "カテゴリー"
+
+[tag]
+other = "タグ"
+
+[series]
+other = "シリーズ"
+
+[reading_time]
+one = "1分で読めます"
+other = "{{ .Count }}分で読めます"
+
+[page_not_found]
+other = "ページが見つかりません"
+
+[page_does_not_exist]
+other = "申し訳ございません。アクセスしようとしたページが見つかりませんでした。"
+
+[head_back]
+other = "<a href=\"{{ . }}\">ホームページ</a>からお探しいただきますようお願い申し上げます。"
+
+[powered_by]
+other = "利用技術"
--
Gitblit v1.10.0