From 4b0f8c1cc371d89201d88889d119ab44f10f977c Mon Sep 17 00:00:00 2001 From: Felix Wolfsteller Date: Fri, 9 Oct 2020 14:41:18 +0200 Subject: [PATCH] localize blog model attributes (#31) --- config/locales/models.de.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/locales/models.de.yml b/config/locales/models.de.yml index a9c6913..0f69241 100644 --- a/config/locales/models.de.yml +++ b/config/locales/models.de.yml @@ -18,6 +18,13 @@ de: need_either_mail_or_phone: Bitte gib eine Telefonnummer oder eine E-Mail-Adresse an. activerecord: attributes: + blog/post: + title: Titel + summary: Zusammenfassung/Teaser + content: Inhalt + image: Bild + published_at: Veröffentlichung + Active: aktiv lesson: date_end: End-Zeit date_start: Start-Zeit