You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dependency intl-messageformat parses tags, see this section of the docs.
You have to use a very strict format so it does not just throw SyntaxError: INVALID_TAG, i.e. double quotes for attribute values: 'Or <a href="{url}">register here</a>'
Describe the bug
Will produce:
Without the @html it's the same.
If I place the {url} variable outside the html code, it will be replaced correctly.
Expected behavior
Information about your project:
svelte-i18n
version: 3.7.0Whether your project uses Webpack or Rollup: Vite (latest SvelteKit version)
The text was updated successfully, but these errors were encountered: