i18n: add language selector and locale support for the UI #4028
juliobrasa
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
|
Cool |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
#6237 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
Paperclip UI is English-only. For teams operating in other languages, this creates friction — our team works in Spanish, and we ended up patching error messages, labels, and UI strings manually to feel at home. Those patches break on every upgrade.
This is not just about comfort. When agents post comments with status updates, and the board UI shows labels like "in_progress", "blocked", "done" — the human operators need to read these quickly. In a non-English team, localized labels reduce cognitive load.
Proposal
Add i18n support with a language selector in Instance Settings or user profile.
Suggested approach
ui/src/locales/en.json,es.json,fr.json, etc.)react-i18nextorreact-intlScope suggestion (incremental)
en.json+ addreact-i18next. No new languages yet, but the infrastructure is in place.Why this matters for adoption
Paperclip targets "zero-human companies" — but the humans who set them up and supervise them speak 7,000+ languages. The control plane should meet them where they are.
We run a 14-agent deployment in production and would be happy to contribute the Spanish locale as a starting point.
Alternatives considered
Beta Was this translation helpful? Give feedback.
All reactions