Skip to content

Commit

Permalink
fix(): localeData interpolation broken
Browse files Browse the repository at this point in the history
  • Loading branch information
semoal committed Jan 24, 2022
1 parent a8b4841 commit 457735b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export class I18n extends EventEmitter<Events> {
translation,
this._locale,
this._locales,
this._localeData
this.localeData
)(values, formats)
}

Expand Down

0 comments on commit 457735b

Please sign in to comment.