diff --git a/example/src/i18n.js b/example/src/i18n.js index ff242aa..832cc8b 100644 --- a/example/src/i18n.js +++ b/example/src/i18n.js @@ -28,10 +28,10 @@ locale.set( getClientLocale({ navigator: true, hash: 'lang', - default: 'pt', + fallback: 'pt', }), ) locale.subscribe(l => { console.log('locale change', l) -}) +}) \ No newline at end of file