Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hzpeng57 authored and NishuGoel committed Sep 7, 2023
1 parent d4ed801 commit 5a9e5dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ i18next.init({
}
});

export const i18n = createI18nStore(i18next);
const i18n = createI18nStore(i18next);
export default i18n;
```

`App.svelte`:
Expand Down

0 comments on commit 5a9e5dc

Please sign in to comment.