Skip to content

Commit

Permalink
Merge pull request #1862 from SUI-Components/feat/add-polyglot-options
Browse files Browse the repository at this point in the history
feat(packages/sui-i18n): add options
  • Loading branch information
andresz1 authored Nov 8, 2024
2 parents fea95c8 + a8a8106 commit 5c4064f
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 5c4064f

Please sign in to comment.