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
When using the build from Rollup to use directly as an HTML script import, the locale files that are included have stripped out the actual language strings. This seems to be as a result of the resolve() step of the rollup build.
I've noted that if you remove the usage of the str function in the generated language files, the rollup process works just fine because there is no import in the file. If there is an import, it seems to wipe away the locale string exports as well. I'm currently unsure of how best to resolve this.
The text was updated successfully, but these errors were encountered:
When using the build from Rollup to use directly as an HTML script import, the locale files that are included have stripped out the actual language strings. This seems to be as a result of the
resolve()
step of the rollup build.I've noted that if you remove the usage of the
str
function in the generated language files, the rollup process works just fine because there is noimport
in the file. If there is animport
, it seems to wipe away the locale string exports as well. I'm currently unsure of how best to resolve this.The text was updated successfully, but these errors were encountered: