From 7ca124079e6bd414b096fcec9789cef1216dff8f Mon Sep 17 00:00:00 2001 From: Buster One <37770318+buster-one@users.noreply.github.com> Date: Sun, 15 Apr 2018 14:53:09 +0200 Subject: German language created (#1114) * Added german language selection * German language file created * typo * extra space removed and typo corrected * lines 1314 through 1408 removed as suggested --- application/Languages.php | 1 + 1 file changed, 1 insertion(+) (limited to 'application') diff --git a/application/Languages.php b/application/Languages.php index db4b84ae..4fa32426 100644 --- a/application/Languages.php +++ b/application/Languages.php @@ -177,6 +177,7 @@ class Languages 'auto' => t('Automatic'), 'en' => t('English'), 'fr' => t('French'), + 'de' => t('German'), ]; } } -- cgit v1.2.3