I had an issue generating the pot file

In file "views_ui.module" the line 1606 :

  $header = array(array('data' => t($label), 'colspan' => count($items)));

Should be replaced by : $header = array(array('data' => $label, 'colspan' => count($items)));

In addition I updated the french translation.
The "fr.po" file is attached to this post.

CommentFileSizeAuthor
fr_44.po56.68 KBJérôme
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

merlinofchaos’s picture

You may commit translations freely, so go ahead and do that.

merlinofchaos’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)