Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Localization in HTML module build #44

Open
cairocoder01 opened this issue Nov 30, 2022 · 0 comments
Open

Localization in HTML module build #44

cairocoder01 opened this issue Nov 30, 2022 · 0 comments

Comments

@cairocoder01
Copy link
Collaborator

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.

@cairocoder01 cairocoder01 added this to the Initial Release milestone Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant