diff options
| author | 2014-09-26 14:32:52 +0200 | |
|---|---|---|
| committer | 2014-09-26 14:32:52 +0200 | |
| commit | c14162221365077bcaeecde7127806190490dd58 (patch) | |
| tree | 7f8ca64ccc0939c8c9aef145a8fd86cc2e52640b /app/Models/Configuration.php | |
| parent | 492b5082479cdbb57b44c70cd3c0559d9b5ce5ef (diff) | |
Remove German language for 0.8 release
Diffstat (limited to 'app/Models/Configuration.php')
| -rw-r--r-- | app/Models/Configuration.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Models/Configuration.php b/app/Models/Configuration.php index 91d2ab846..95f819779 100644 --- a/app/Models/Configuration.php +++ b/app/Models/Configuration.php @@ -64,7 +64,6 @@ class FreshRSS_Configuration { ); private $available_languages = array( - 'de' => 'Deutsch', 'en' => 'English', 'fr' => 'Français', ); |
