There are still some strings that are not translatable.
I think this has been addressed in the newest code for HEAD/5.
I found many occurances of drupal_set_message() being called with a raw string, not using the t() function.
Here is a patch that handles all the ones I found.
Thanks for the patch, committted to quiz 4.x-dev.
Thanks.
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
add1sun commentedI think this has been addressed in the newest code for HEAD/5.
Comment #2
(not verified) commentedComment #3
roychri commentedI found many occurances of drupal_set_message() being called with a raw string, not using the t() function.
Here is a patch that handles all the ones I found.
Comment #4
sivaji_ganesh_jojodae commentedThanks for the patch, committted to quiz 4.x-dev.
Comment #5
roychri commentedThanks.