Closed (fixed)
Project:
Decisions
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
26 Jan 2007 at 23:06 UTC
Updated:
28 Feb 2007 at 22:00 UTC
When generating the POT file for translators, you get the following:
Processing decisions_datetime.inc...
Processing decisions.module...
Invalid marker content in decisions.module:728
* t(' (out of @v eligible voter'.($num_eligible_voters==1?'':'s').')',array('@v'=>$num_eligible_voters))
Processing decisions.install...
Processing decisions.info...
Processing modes/ranking.module...
Invalid marker content in modes/ranking.module:75
* t(strval($i).'th')
Comments
Comment #1
tatien commentedThose t() calls were ill-coded. I commited a change in HEAD that should fix this (see #56177).
Comment #2
(not verified) commented