NekitCorp / chrome-extension-svelte-typescript-boilerplate

Boilerplate for Chrome Extension Svelte Typescript project
237 stars 50 forks source link

[Feature Request] Add support for _locales #10

Closed thdoan closed 1 year ago

thdoan commented 1 year ago

In my manifest.json I have "default_locale": "en",, which doesn't work with this boilerplate since it expects to see a _locales directory at root. Could you please add support for this?

thdoan commented 1 year ago

I was able to resolve this by placing _locales directory inside public, then after build it was moved to dist.