Kumaflow is an open-source browser extension that lets you translate the Webflow Dashboard pages and Designer UI into your language!
🐻 ウオォォォー! Kuma works hard behind the scenes, seamlessly showing translated text across these Webflow surfaces — all powered by our matching engine:
Webflow pages
https://webflow.com/dashboard*https://webflow.com/login*https://webflow.com/signup*https://webflow.com/forgot*
Webflow Designer pages
https://preview.webflow.com*https://*.design.webflow.com*
Open the extension's Options page to select your language. In the Webflow Designer, you can also switch languages instantly using the dropdown menu in the settings.
Click the toolbar icon to toggle translations at any time. This acts as a master switch — the badge will show OFF when translations are disabled.
The plan is to support Japanese, Traditional Chinese, Simplified Chinese, and Korean first, with MORE languages to be added over time.
Join to translate together on POEditor 🦜
Right now, adding accurate terms is the most important part of the project — so feel free to jump in and help!
POEditor project: https://poeditor.com/join/project/7drFUDh3dh
Latest locale JSON files via Cloudflare Pages / jsDelivr:
Coming soon!
- Download the installation zip and unzip it.
- Open
chrome://extensions(Edge:edge://extensions), enable Developer Mode. - Click "Load unpacked" and select the unzipped folder (it should contain
manifest.jsonat the root).
- Install dependencies and build:
npm install && npm run build - Open
chrome://extensions(Edge:edge://extensions), enable Developer Mode. - Click "Load unpacked" and select the
dist/chromefolder in the repo.
Made with ♥ by Anthony C
This extension provides unofficial translations that may not be accurate.
This extension is an independent project and is not affiliated with or endorsed by Webflow. Webflow is a trademark of Webflow, Inc.
This extension does not collect, store, or transmit any personal information or usage data.
Run the extension in development mode.
npm run devBuild the extension for production.
npm run buildPreview the extension in the browser.
npm run previewChromium is the default. You can explicitly target Chrome, Edge, or Firefox:
# Chromium (default)
npm run dev
# Chrome
npm run dev -- --browser=chrome
# Edge
npm run dev -- --browser=edge
# Firefox (not tested yet)
npm run dev -- --browser=firefox