From 4a02f12f5de115b58157fc677d748cd120836a67 Mon Sep 17 00:00:00 2001 From: Shivansh Yadav Date: Tue, 29 Mar 2022 18:51:29 +0530 Subject: [PATCH 1/3] [hi] L10n of Feedback section --- i18n/hi.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/i18n/hi.toml b/i18n/hi.toml index 68f6d1220f..4730e8ee89 100644 --- a/i18n/hi.toml +++ b/i18n/hi.toml @@ -59,3 +59,13 @@ other = "प्रिंट करने के लिए यहां क्ल other = "इस पृष्ठ के सामान्य दृश्य पर लौटें" [print_entire_section] other = "संपूर्ण अनुभाग प्रिंट करें" + +# Feedback section +[feedback_title] +other = "प्रतिक्रिया" +[feedback_question] +other = "क्या यह पृष्ठ उपयोगी था?" +[feedback_answer_yes] +other = "हां" +[feedback_answer_no] +other = "नहीं" From c03146628f2fee23a2678c65dc8d5a9f453e2285 Mon Sep 17 00:00:00 2001 From: Shivansh Yadav Date: Wed, 30 Mar 2022 08:33:43 +0530 Subject: [PATCH 2/3] [hi] L10n of Feedback section --- layouts/partials/feeback.html | 59 +++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 layouts/partials/feeback.html diff --git a/layouts/partials/feeback.html b/layouts/partials/feeback.html new file mode 100644 index 0000000000..314f76acb4 --- /dev/null +++ b/layouts/partials/feeback.html @@ -0,0 +1,59 @@ + +
+ + + + + + +
+ From 37d52b710602ce5539ff49485b06209eda26a37a Mon Sep 17 00:00:00 2001 From: Shivansh Yadav Date: Wed, 30 Mar 2022 08:57:49 +0530 Subject: [PATCH 3/3] [hi] L10n of Feedback section --- layouts/partials/{feeback.html => feedback.html} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename layouts/partials/{feeback.html => feedback.html} (100%) diff --git a/layouts/partials/feeback.html b/layouts/partials/feedback.html similarity index 100% rename from layouts/partials/feeback.html rename to layouts/partials/feedback.html