Closed (won't fix)
Project:
Advanced Poll
Version:
5.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Feb 2007 at 12:31 UTC
Updated:
24 Nov 2007 at 22:23 UTC
In preparation for translating advpoll I encountered these two lines:
advpoll.module:739
t(ucfirst($mode['name']).' poll')
modes/ranking.inc:49
- t(strval($i).'th')
Comments
Comment #1
ChrisKennedy commentedHmmm... any suggestions on how to implement translatable versions of those strings? The first one would be easy but I'm not sure how the second one could be done.
Comment #2
anders.fajerson commentedNot really, that's why I posted it here... You're the t()-expert! :)
Comment #3
anders.fajerson commentedt(ucfirst($mode['name']).' poll') should be fixed.
t(strval($i).'th') we have no better way too deal with at the moment.