mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
✨ Set up i18n
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
module.exports = {
|
||||
chainWebpack: config => config.resolve.symlinks(false),
|
||||
chainWebpack: config => {
|
||||
config.resolve.symlinks(false);
|
||||
// config.plugins.delete("prefetch"); // enable when language package grows
|
||||
},
|
||||
// transpileDependencies: [
|
||||
// // 'node_modules/quill'
|
||||
// /\/node_modules\/quill\//
|
||||
@@ -8,6 +11,12 @@ module.exports = {
|
||||
webpackBundleAnalyzer: {
|
||||
openAnalyzer: false,
|
||||
},
|
||||
i18n: {
|
||||
locale: "en",
|
||||
fallbackLocale: "en",
|
||||
localeDir: "./src/i18n/locales",
|
||||
enableInSFC: false,
|
||||
},
|
||||
},
|
||||
configureWebpack: {
|
||||
devServer: {
|
||||
|
||||
Reference in New Issue
Block a user