From e6012b29e3797f7fec1880dd7012392d05037784 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Mon, 6 Jan 2014 11:44:31 -0500 Subject: [PATCH] Don't disable Brazilian Portuguese. - Language file is now 100% complete. --- module/VuFind/src/VuFind/Config/Upgrade.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/module/VuFind/src/VuFind/Config/Upgrade.php b/module/VuFind/src/VuFind/Config/Upgrade.php index 62190c9a3f8..5ae3e354ca7 100644 --- a/module/VuFind/src/VuFind/Config/Upgrade.php +++ b/module/VuFind/src/VuFind/Config/Upgrade.php @@ -493,12 +493,6 @@ class Upgrade // Set up reference for convenience (and shorter lines): $newConfig = & $this->newConfigs['config.ini']; - // Brazilian Portuguese language file is now disabled by default (since - // it is very incomplete, and regular Portuguese file is now available): - if (isset($newConfig['Languages']['pt-br'])) { - unset($newConfig['Languages']['pt-br']); - } - // If the [BulkExport] options setting is an old default, update it to // reflect the fact that we now support more options. if ($this->isDefaultBulkExportOptions($newConfig['BulkExport']['options'])) { -- GitLab