From 86a63fe3b0e43a8e95d1398146a4c847d1f03e2d Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Thu, 7 Jul 2022 01:14:34 +0200 Subject: [PATCH] Add comment activerecord locale --- config/locales/activerecord.en.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/locales/activerecord.en.yml b/config/locales/activerecord.en.yml index 6c5d6d13..4de24bd8 100644 --- a/config/locales/activerecord.en.yml +++ b/config/locales/activerecord.en.yml @@ -7,6 +7,9 @@ en: answer: one: "Answer" other: "Answers" + comment: + one: "Comment" + other: "Comments" question: one: "Question" other: "Questions"