In my old code base I have a lot of translations in php using _, which is now deprecated and according to the dry run should be replaced by clienttranslate.
As far as I know, clienttranslate does not work with sprintf, which I also have a lot. Is that still true?
If yes, it means I have a lot of refactoring to do to rely when possible on the notification arguments as explained in the wiki, but I have translated string also in getAllDatas (all the material description is generated on server side using a lot of sprintf and sent in getAllDatas). Is there some way to get read of _ in this case?
As far as I know, clienttranslate does not work with sprintf, which I also have a lot. Is that still true?
If yes, it means I have a lot of refactoring to do to rely when possible on the notification arguments as explained in the wiki, but I have translated string also in getAllDatas (all the material description is generated on server side using a lot of sprintf and sent in getAllDatas). Is there some way to get read of _ in this case?