Skip to content

Commit

Permalink
feat(packages/sui-i18n): add options
Browse files Browse the repository at this point in the history
  • Loading branch information
andresz1 committed Nov 8, 2024
1 parent fea95c8 commit a8a8106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sui-i18n/src/adapters/polyglot.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ class Polyglot {
}

export default class PolyglotAdapter {
constructor() {
this.polyglot = new Polyglot()
constructor(options) {
this.polyglot = new Polyglot(options)
}

get instance() {
Expand Down

0 comments on commit a8a8106

Please sign in to comment.