[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-72802":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":10,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":22,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":26,"readmeContent":27,"aiSummary":28,"trendingCount":16,"starSnapshotCount":16,"syncStatus":17,"lastSyncTime":29,"discoverSource":30},72802,"n8n-i18n-chinese","other-blowsnow\u002Fn8n-i18n-chinese","other-blowsnow","n8n 配置多语言","",null,"JavaScript",2127,250,14,3,0,2,9,41,6,29.2,false,"main",true,[],"2026-06-12 02:03:08","\n# 安装教程\n\n## 自带中文docker镜像\n```shell\ndocker run -it --rm --name n8ntest \\\n-p 15678:5678 \\\n-v ~\u002F.n8n:\u002Fhome\u002Fnode\u002F.n8n \\\n-e N8N_SECURE_COOKIE=false \\\nblowsnow\u002Fn8n-chinese\n```\n\n## docker安装\n> 其他命令参考n8n官方文档\n```shell\ndocker run -it --rm --name n8ntest \\\n-p 15678:5678 \\\n-v 【替换为下载的编辑器UI目录】:\u002Fusr\u002Flocal\u002Flib\u002Fnode_modules\u002Fn8n\u002Fnode_modules\u002Fn8n-editor-ui\u002Fdist \\\n-v ~\u002F.n8n:\u002Fhome\u002Fnode\u002F.n8n \\\n-e N8N_DEFAULT_LOCALE=zh-CN \\\n-e N8N_SECURE_COOKIE=false \\\nn8nio\u002Fn8n\n```\n\n\n## npx本地启动n8n替换安装\n> 其他本地方式启动的话参考这个即可\n1. 找到路径：C:\\Users\\xxxxxx\\AppData\\Local\\npm-cache\\_npx\\n8n\\node_modules\\n8n-editor-ui\\dist\n   （新版本也可能是C:\\Users\\xxxxxx\\AppData\\Roaming\\npm\\node_modules\\n8n\\node_modules\\n8n-editor-ui\\dist）\n2. 下载对应版本editor-ui.tar.gz文件\n3. 解压到 dist目录下替换\n4. 设置环境变量 N8N_DEFAULT_LOCALE=zh-CN，自行咨询AI设置方法\n5. 重启 n8n 服务\n\n# 原理\n> editor-ui是支持i18n的，但是未开放语言包\n\n1. 手动添加 zh-CN.json 到 editor-ui `\u002Fsrc\u002Fplugins\u002Fi18n\u002Flocales\u002F` 里面，然后重新编译\n2. 环境里面设置语言即可正常使用中文  `N8N_DEFAULT_LOCALE=zh-CN`\n\n# 参考n8n官方i18n介绍\nhttps:\u002F\u002Fgithub.com\u002Fn8n-io\u002Fn8n\u002Fblob\u002Fmaster\u002Fpackages\u002Ffrontend\u002F%40n8n\u002Fi18n\u002Fdocs\u002FREADME.md\n\n# 语言环境变量\n> 其他语言参考：https:\u002F\u002Fdeveloper.mozilla.org\u002Fen-US\u002Fdocs\u002FWeb\u002FHTTP\u002FHeaders\u002FAccept-Language\n\nN8N_DEFAULT_LOCALE=zh-CN\n\n\n# 广告\n本项目 CDN 加速及安全防护由 Tencent EdgeOne 赞助：EdgeOne 提供长期有效的免费套餐，包含不限量的流量和请求，覆盖中国大陆节点，且无任何超额收费，感兴趣的朋友可以点击下面的链接领取\n[亚洲最佳CDN、边缘和安全解决方案 - Tencent EdgeOne](https:\u002F\u002Fedgeone.ai\u002Fzh?from=github)\n","这个项目为n8n工作流自动化工具提供了中文多语言配置支持。其核心功能是通过添加和配置zh-CN.json文件来实现n8n界面的中文显示，同时支持使用Docker镜像或本地替换安装方式快速部署中文版n8n。技术上，它基于n8n的i18n国际化机制，但额外提供了未官方开放的语言包支持。此项目特别适合需要中文界面以便更好地理解和操作n8n的中国用户及团队，在构建本地化的工作流自动化解决方案时非常有用。","2026-06-11 03:43:38","high_star"]