We are seeing a huge inflation in the count of interface strings that need translation.
When looking into it further, there was hundreds of strings being created on these pages:
/admin/config/regional/translate/table/taxonomy
/admin/config/regional/translate/table/menu
Each string was just a number. I think somewhere the taxonomy ID and menu ID are being run through t();
Marking this as critical. If I am wrong however, I apologize!
Comments
Comment #1
pasqualleTranslation table does not create new source strings, and it has nothing to do with the t() function..