aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/Languages.php
diff options
context:
space:
mode:
authorBuster One <37770318+buster-one@users.noreply.github.com>2018-04-15 14:53:09 +0200
committerVirtualTam <virtualtam+github@flibidi.net>2018-04-15 14:53:09 +0200
commit7ca124079e6bd414b096fcec9789cef1216dff8f (patch)
tree091314bd8130277607be071ab5c7a663076a1b67 /application/Languages.php
parent14dd77ad7ee02002b6b7fc84126253be5c65fa17 (diff)
downloadShaarli-7ca124079e6bd414b096fcec9789cef1216dff8f.tar.gz
Shaarli-7ca124079e6bd414b096fcec9789cef1216dff8f.tar.zst
Shaarli-7ca124079e6bd414b096fcec9789cef1216dff8f.zip
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
Diffstat (limited to 'application/Languages.php')
-rw-r--r--application/Languages.php1
1 files changed, 1 insertions, 0 deletions
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
177 'auto' => t('Automatic'), 177 'auto' => t('Automatic'),
178 'en' => t('English'), 178 'en' => t('English'),
179 'fr' => t('French'), 179 'fr' => t('French'),
180 'de' => t('German'),
180 ]; 181 ];
181 } 182 }
182} 183}