Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(nuxt): enable lazy loading for i18n
This change enables lazy loading for the i18n module in the Nuxt.js configuration. This will improve the initial load time of the application by only loading the required translations when they are needed. The `lazy` option is set to `true` in the `i18n` configuration block, which is the recommended setting for production environments.
- Loading branch information