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
I was not sure whether that would be representative, e.g. maybe there was some unused code that would not end up in the final bundle, but putting the new svelte-i18n version in a test project, that does not look too good.
Rendered is a byte size of individual file after transformations and treeshake.
Gzip and Brotli is a byte size of individual file after individual transformations,
treeshake and compression.
It does not seem to actually solve whatever is the root issue.
I noted in the associated issue that the issue can happen even with ostensibly valid locales. When testing the new version in my application, interpolation is still broken, but works with v.3.2.0.
The text was updated successfully, but these errors were encountered:
Referring to:
initialLocale
before using it #217The package is huge, relatively speaking.
(Bundlephobia)
I was not sure whether that would be representative, e.g. maybe there was some unused code that would not end up in the final bundle, but putting the new
svelte-i18n
version in a test project, that does not look too good.(via
rollup-plugin-visualizer
)It breaks usage in the REPL.
It does not seem to actually solve whatever is the root issue.
I noted in the associated issue that the issue can happen even with ostensibly valid locales. When testing the new version in my application, interpolation is still broken, but works with v.3.2.0.
The text was updated successfully, but these errors were encountered: