Skip to content
Snippets Groups Projects
Commit e6012b29 authored by Demian Katz's avatar Demian Katz
Browse files

Don't disable Brazilian Portuguese.

- Language file is now 100% complete.
parent 5f12383f
Branches
Tags
No related merge requests found
...@@ -493,12 +493,6 @@ class Upgrade ...@@ -493,12 +493,6 @@ class Upgrade
// Set up reference for convenience (and shorter lines): // Set up reference for convenience (and shorter lines):
$newConfig = & $this->newConfigs['config.ini']; $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 // If the [BulkExport] options setting is an old default, update it to
// reflect the fact that we now support more options. // reflect the fact that we now support more options.
if ($this->isDefaultBulkExportOptions($newConfig['BulkExport']['options'])) { if ($this->isDefaultBulkExportOptions($newConfig['BulkExport']['options'])) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment