Using cvs i wanted to load the spanish file. After I pressed the import button I was sent to a blank page. I fixed the problem by replacing.

$form['#action'] = 'admin/locale/language/import';

with

$form['#action'] = url('admin/locale/language/import');

in locale.inc

Comments

asimmonds’s picture

The patch at http://drupal.org/node/34882 will fix this

gtcaz’s picture

Status: Active » Closed (duplicate)

marking as duplicate to http://drupal.org/node/34882