fix: client locale parameters typo (#11)

This commit is contained in:
Rplus 2019-08-19 21:54:09 +08:00 committed by Christian Kaisermann
parent 0a13aae11a
commit d1adf4c00a

View File

@ -28,10 +28,10 @@ locale.set(
getClientLocale({ getClientLocale({
navigator: true, navigator: true,
hash: 'lang', hash: 'lang',
default: 'pt', fallback: 'pt',
}), }),
) )
locale.subscribe(l => { locale.subscribe(l => {
console.log('locale change', l) console.log('locale change', l)
}) })