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')
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.