Closed (fixed)
Project:
Translation template extractor
Version:
5.x-1.2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jun 2008 at 08:48 UTC
Updated:
14 Jul 2012 at 19:31 UTC
in file potx.inc
at line 378
in function _potx_translation_export
if (count($strings)) {
// Source string array was done, so export translations.
foreach ($strings as $index => $string) {
if (...) {
$output .= 'msgstr['. $index .'] '. _locale_export_print(_locale_export_remove_plural($translation));
}
else {
//$output .= "msgstr[". $index ." \"\"\n"; <-------------------------- there is a problem brackets not closed
$output .= "msgstr[". $index ."] \"\"\n"; <------------------ this is the correct code
}
}
}
Comments
Comment #1
gábor hojtsyOh, sorry, this was fixed in March in http://drupal.org/cvs?commit=107531, but I did not do a new release since then, sorry. Will do a new release really soon.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.