Closed matrunchyk closed 5 years ago
Made a pull request enabling some basic support for locales. It handles some of the scaffolding, but Vue's default behavior of copying anything in the public
directory into the root of the dist
directory is really the only feature needed to enable internationalization. If you could make sure this behaves like you expect, I can get this merged and released.
Thank you for the suggestion!
Thank you, the PR looks great to me! 😀
Is it possible to have locales support?
I think it needs to add an extra
CopyWebpackPlugin
usage for_locales
folder and maybe an extra check forpluginOptions.manifestSync.includes('default_locale')
.Awesome plugin, thank you!