From 24fd142d3c723cc4f4ef46012a02c00bebd1c127 Mon Sep 17 00:00:00 2001 From: Maximilian Grundke Date: Wed, 12 Jul 2017 15:15:19 +0200 Subject: [PATCH] Add localization and plural forms for error templates and error template attributes --- config/locales/de.yml | 6 ++++++ config/locales/en.yml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/config/locales/de.yml b/config/locales/de.yml index 6aca7d64..edb5610f 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -129,6 +129,12 @@ de: error: one: Fehler other: Fehler + error_template: + one: Fehlertemplate + other: Fehlertemplates + error_template_attribute: + one: Fehlertemplatettribut + other: Fehlertemplatettribute execution_environment: one: Ausführungsumgebung other: Ausführungsumgebungen diff --git a/config/locales/en.yml b/config/locales/en.yml index 34d8894f..7cfe4c48 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -150,6 +150,12 @@ en: error: one: Error other: Errors + error_template: + one: Error Template + other: Error Templates + error_template_attribute: + one: Error Template Attribute + other: Error Template Attributes execution_environment: one: Execution Environment other: Execution Environments