Hi,
The format_plural already makes use of the t(), that being the case I could see this text being passed to a drupal_set_message with another t() wrapper. With this it will be quite tedious to translate the text "You can only take this quiz @allowed. You have taken it @really.".
Please do make changes so that the t() and format_plural is used properly to avail proper translation.
Thank you.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | translation.patch | 1.08 KB | Sabareesh |
Comments
Comment #1
Sabareesh commentedI have attached a patch with which the mentioned issue can be solved.
Comment #1.0
Sabareesh commentedChange us to is
Comment #2
djdevin