Skip to content

Commit 457735b

Browse files
committed
fix(): localeData interpolation broken
1 parent a8b4841 commit 457735b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/i18n.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export class I18n extends EventEmitter<Events> {
216216
translation,
217217
this._locale,
218218
this._locales,
219-
this._localeData
219+
this.localeData
220220
)(values, formats)
221221
}
222222

0 commit comments

Comments
 (0)