And I already translated a few.
Then there is a little bunch :

Now really let's get back to the question : I was wondering if there was a trick to NOT translate everything.
As an experienced developer I know I code bugs. And a single bug in any of these means real unstable code.
Like mistake an unsigned 16 bits integer by a 8 bits one, and the whole interpretation of the message is fucked up.
I would love to be able to use as little of these functions as needed. Hence avoid all the brainfuck when I make a little mistake or there is a small update...
By the way I can understand that there is no magic trick to this. And I know how to work it out the hard way. I'm simply wondering :p