DI

Size: a a a
DI
ДЯ
DI
DI
DI
KD
DI
KD
DI
СП
SB
СП
Иi
Иi
СП
Иi
__( sprintf( 'Add user: send the <code>%s</code> comand to your bot', '/'. $this->cmd ), DOMAIN )
СП
Иi
SB
__( sprintf( 'Add user: send the <code>%s</code> comand to your bot', '/'. $this->cmd ), DOMAIN )
__()
, потом sprintf()
.Add user: send the <code>%s</code> comand to your bot
Add user: send the <code>/{$this->cmd}</code> comand to your bot
__()
.sprintf(
/* translators: %s: Command name. */
__( 'Add user: send the %s comand to your bot', 'text-domain' ),
'<code>/' . $this->cmd . '</code>'
);