Project:Decisions
Version:5.x-1.x-dev
Component:User interface
Category:bug report
Priority:minor
Assigned:tatien
Status:closed (fixed)

Issue Summary

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

#1

Assigned to:Anonymous» tatien
Status:active» fixed

Those t() calls were ill-coded. I commited a change in HEAD that should fix this (see #56177).

#2

Status:fixed» closed (fixed)