Add localization and plural forms for error templates and error template attributes

This commit is contained in:
Maximilian Grundke
2017-07-12 15:15:19 +02:00
parent 2cc1a7478c
commit 24fd142d3c
2 changed files with 12 additions and 0 deletions

View File

@ -129,6 +129,12 @@ de:
error: error:
one: Fehler one: Fehler
other: Fehler other: Fehler
error_template:
one: Fehlertemplate
other: Fehlertemplates
error_template_attribute:
one: Fehlertemplatettribut
other: Fehlertemplatettribute
execution_environment: execution_environment:
one: Ausführungsumgebung one: Ausführungsumgebung
other: Ausführungsumgebungen other: Ausführungsumgebungen

View File

@ -150,6 +150,12 @@ en:
error: error:
one: Error one: Error
other: Errors other: Errors
error_template:
one: Error Template
other: Error Templates
error_template_attribute:
one: Error Template Attribute
other: Error Template Attributes
execution_environment: execution_environment:
one: Execution Environment one: Execution Environment
other: Execution Environments other: Execution Environments