X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=application%2FLanguages.php;h=4fa324265e9fa70a350e8173f5c8f7a06ced2bae;hb=7ca124079e6bd414b096fcec9789cef1216dff8f;hp=db4b84aea23a0e8862e9b41afb1c3c5aec233328;hpb=14dd77ad7ee02002b6b7fc84126253be5c65fa17;p=github%2Fshaarli%2FShaarli.git 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'), ]; } }