QString = "Command && Profile";
ru.ts file
<context>
<message>
<source>Command & Profile</source>
<translation>Команда и профиль</translation>
</message>
</context>
Using translation this method will not working.. This scenario how to translate this.. Otherwise any other method is to do this translation.
You have to write &&
in .ts file:
<context>
<message>
<source>Command && Profile</source>
<translation>Команда и профиль</translation>
</message>
</context>