Skip to content

Commit

Permalink
blog: fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
terrablue committed Aug 5, 2024
1 parent ac8cdf6 commit d7aed2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/blog/release-032.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ Note that the script won't convert combined imports of the form
The translation and locale imports of I18N are now imported directly from the
frontend package.

```js caption=components/index.svelte`
```js caption=components/index.svelte
<script>
// previously `import t from "@primate/i18n/svelte";`
import t from "@primate/svelte/i18n";
Expand Down

0 comments on commit d7aed2d

Please sign in to comment.