console.log(this.i18n.t('model.validatesPresent', {name: 'HOWDY'})); //returns ""HOWDY" is required."
console.log(this.i18n.t('model.validatesPresent', {name: 'HOWDY'}, 'ja-jp')); // this also returns ""HOWDY" is required." and should return "「HOWDY」の入力が必要です。"