I want know if is possible use comments already created for build other comment which contain the used commend in addition to other text.
e.g.
//EN file
msgid "User no logged"
msgstr ""
msgid "#previous commend# as participant"
msgstr ""
//Es file
msgid "User no logged"
msgstr "Usuario no logueado"
msgid "#previous commend# as participant"
msgstr "#previous translation# como participante"
I want use this translation:
$this->translate('User no logged as participant');
//I want obtain: Usuario no logueado como participante
Is possible change the #.....# words by anything?
Thanks in advance.