n8n Localization Solution
2.1k 2026-05-01
other-blowsnow/n8n-i18n-chinese
Integrates Chinese language support into the n8n workflow automation platform, enhancing user experience for Chinese speakers.
Core Features
Pre-configured Docker image for easy Chinese localization.
Manual installation guide for Docker and local npx setups.
Enables Chinese UI via `N8N_DEFAULT_LOCALE` environment variable.
Provides a method to add custom language packs to n8n's editor UI.
Quick Start
docker run -it --rm --name n8ntest -p 15678:5678 -v ~/.n8n:/home/node/.n8n -e N8N_SECURE_COOKIE=false blowsnow/n8n-chineseDetailed Introduction
This project offers a practical solution for adding Chinese language support to n8n, a popular workflow automation tool. Recognizing that n8n's editor UI lacks official multi-language capabilities, this project provides pre-built Docker images and detailed instructions for integrating a Chinese language pack. It allows users to run n8n with a fully localized interface, significantly improving accessibility and usability for Chinese-speaking developers and teams, thereby broadening n8n's adoption in non-English speaking markets.