From c9574ff9c190d0a51fa02fde78684a6888275eb6 Mon Sep 17 00:00:00 2001 From: Philipp Fischbeck Date: Thu, 1 Jan 2015 18:10:38 +0100 Subject: [PATCH] Add plurals of problem and translation --- config/locales/models/problem/de.yml | 4 +++- config/locales/models/translation/de.yml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/config/locales/models/problem/de.yml b/config/locales/models/problem/de.yml index f546695..fdbc3c8 100644 --- a/config/locales/models/problem/de.yml +++ b/config/locales/models/problem/de.yml @@ -3,7 +3,9 @@ de: activerecord: models: - problem: 'Problem' + problem: + one: 'Problem' + other: 'Probleme' attributes: problem: id: 'ID' diff --git a/config/locales/models/translation/de.yml b/config/locales/models/translation/de.yml index 8bb3a2f..da5ec68 100644 --- a/config/locales/models/translation/de.yml +++ b/config/locales/models/translation/de.yml @@ -3,7 +3,9 @@ de: activerecord: models: - translation: 'Übersetzung' + translation: + one: 'Übersetzung' + other: 'Übersetzungen' attributes: translation: id: 'ID'