From 9819af11065288a289b374c890814d50220fe382 Mon Sep 17 00:00:00 2001 From: Jan Sandbrink Date: Fri, 30 Jan 2015 13:38:19 +0100 Subject: [PATCH] include translations for priority --- config/locales/de.yml | 1 + config/locales/en.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/config/locales/de.yml b/config/locales/de.yml index b551bb0d21..ca6433fc72 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -322,6 +322,7 @@ de: mail: "E-Mail" name: "Name" password: "Kennwort" + priority: "Priorität" project: "Projekt" responsible: "Verantwortlicher" role: "Rolle" diff --git a/config/locales/en.yml b/config/locales/en.yml index dc513a1e76..cd6052f5c8 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -321,6 +321,7 @@ en: mail: "Email" name: "Name" password: "Password" + priority: "Priority" project: "Project" responsible: "Responsible" role: "Role"