POT file generation
Bèrto ëd Sèra - January 26, 2007 - 23:06
| Project: | Decisions |
| Version: | 5.x-1.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | minor |
| Assigned: | tatien |
| Status: | closed |
Jump to:
Description
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')

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