Skip to content

Commit

Permalink
fix: client locale parameters typo (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rplus authored and kaisermann committed Aug 19, 2019
1 parent 0a13aae commit d1adf4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/src/i18n.js
Expand Up @@ -28,10 +28,10 @@ locale.set(
getClientLocale({
navigator: true,
hash: 'lang',
default: 'pt',
fallback: 'pt',
}),
)

locale.subscribe(l => {
console.log('locale change', l)
})
})

0 comments on commit d1adf4c

Please sign in to comment.