From 1ca515bd4ebbeb53452f5dc21c2744ccf11ca65c Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Wed, 8 Jun 2016 21:56:29 -0300 Subject: [PATCH] Add missing activerecord model to locales --- config/locales/en.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/locales/en.yml b/config/locales/en.yml index aa3d52424..b146f42b1 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -179,6 +179,9 @@ en: crop: one: "crop" other: "crops" + follow: + one: "follow" + other: "follows" garden: one: "garden" other: "gardens"