Skip to content
Snippets Groups Projects
Commit e1bbc757 authored by Jared Hancock's avatar Jared Hancock
Browse files

i18n: Remove double download of language pack for build

parent 5503080c
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ if ($list) { ...@@ -8,7 +8,7 @@ if ($list) {
$info = $list->getInfo(); $info = $list->getInfo();
$newcount=2; $newcount=2;
} else { } else {
$title = __('Add new custom list'); $title = __('Add New Custom List');
$action = 'add'; $action = 'add';
$submit_text = __('Add List'); $submit_text = __('Add List');
$newcount=4; $newcount=4;
......
...@@ -253,8 +253,6 @@ class i18n_Compiler extends Module { ...@@ -253,8 +253,6 @@ class i18n_Compiler extends Module {
); );
} }
list($code, $zip) = $this->_request("download/$lang.zip");
// Include a manifest // Include a manifest
include_once INCLUDE_DIR . 'class.mailfetch.php'; include_once INCLUDE_DIR . 'class.mailfetch.php';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment