aboutsummaryrefslogtreecommitdiff
path: root/app/install.php
diff options
context:
space:
mode:
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) {