From 9db919f2df1c231fcac8f4b0f786fa1c577efbce Mon Sep 17 00:00:00 2001 From: rinsuki <428rinsuki+git@gmail.com> Date: Mon, 23 Dec 2024 08:25:53 +0900 Subject: [PATCH] i18n: Add feedback_* to i18n/ja.toml --- i18n/ja.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/i18n/ja.toml b/i18n/ja.toml index 5c714c9d29..9bf803cbb8 100644 --- a/i18n/ja.toml +++ b/i18n/ja.toml @@ -77,3 +77,13 @@ other = "If you want to get more involved by contributing to {{ .Site.Title }}, other = "You can find out how to contribute to {{ .Site.Title }} in our" [community_guideline] other = "Contribution Guidelines" + +# Feedback +[feedback_title] +other = "フィードバック" +[feedback_question] +other = "このページは役に立ちましたか?" +[feedback_positive] +other = "役に立った" +[feedback_negative] +other = "役に立たなかった"