From 99d27e0ce4f48454808d2325cb407b5b35cf5e88 Mon Sep 17 00:00:00 2001
From: Frederic Guillot <fred@kanboard.net>
Date: Sun, 4 Jan 2015 22:34:59 -0500
Subject: Allow users to override the timezone and the language

---
 app/Locale/de_DE/translations.php | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'app/Locale/de_DE')

diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php
index 58d99e8d..e10f3748 100644
--- a/app/Locale/de_DE/translations.php
+++ b/app/Locale/de_DE/translations.php
@@ -644,4 +644,7 @@ return array(
     // 'Subtasks exportation for "%s"' => '',
     // 'Task Title' => '',
     // 'Untitled' => '',
+    // 'Application default' => '',
+    // 'Language:' => '',
+    // 'Timezone:' => '',
 );
-- 
cgit v1.2.3