aboutsummaryrefslogtreecommitdiff
path: root/app/install.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-06 14:23:17 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-06 14:23:17 +0200
commit530a1d4b6b043f6b6976bb7ad25b380c29d5b5a4 (patch)
tree1ca431d8e4c2aa54edfe3a9e07924e0bcb0cbb95 /app/install.php
parent34151ea1ae2107d4b5d96cefe8f4b2dc1ae3b70f (diff)
Update i18n with strings from i18n.freshrss.org
No more seperation between normal and install files. I will work on that later!
Diffstat (limited to 'app/install.php')
-rw-r--r--app/install.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/install.php b/app/install.php
index 4449cd063..cfdd733ce 100644
--- a/app/install.php
+++ b/app/install.php
@@ -54,11 +54,6 @@ function initTranslate() {
if (file_exists($file)) {
$translates = array_merge($translates, include($file));
}
-
- $file = APP_PATH . '/i18n/install.' . $actual . '.php';
- if (file_exists($file)) {
- $translates = array_merge($translates, include($file));
- }
}
function getBetterLanguage($fallback) {