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
Comment #1
asimmonds commentedThe patch at http://drupal.org/node/34882 will fix this
Comment #2
gtcaz commentedmarking as duplicate to http://drupal.org/node/34882