mirror of
https://github.com/cupcakearmy/svelte-i18n.git
synced 2024-11-16 09:59:58 +01:00
fix: client locale parameters typo (#11)
This commit is contained in:
parent
0a13aae11a
commit
d1adf4c00a
@ -28,10 +28,10 @@ locale.set(
|
||||
getClientLocale({
|
||||
navigator: true,
|
||||
hash: 'lang',
|
||||
default: 'pt',
|
||||
fallback: 'pt',
|
||||
}),
|
||||
)
|
||||
|
||||
locale.subscribe(l => {
|
||||
console.log('locale change', l)
|
||||
})
|
||||
})
|
Loading…
Reference in New Issue
Block a user