我是新来的。 在这段代码中,我想用一个翻译代替固定字符串:
toastr.info('This is the text', '', {
onclick: () => this.transitionToRoute('user-profile')
});
如何用=> t 'adverts.title'
替换它
尝试了各种(){}组合但没有成功..
答案 0 :(得分:0)
如果你正在谈论i18n然后尝试其中一个
this.get(' I18N&#39)。T(' adverts.title&#39)
或
T(" adverts.title&#34)