feat: Translate Dutch text to English in UI and error messages#68
feat: Translate Dutch text to English in UI and error messages#68ThijsBaan wants to merge 4 commits into
Conversation
insuT0ver
left a comment
There was a problem hiding this comment.
Thanks for translating all the other Dutch text! Could you also translate this remaining string in rel-time.pipe.ts?
if (d < 5) return 'zojuist';Thanks for contributing!
…dle into feat/translating-the-dutch
All done @insuT0ver! Good to know: I only translated the Dutch UI. The code has bunch of Dutch docs in the code itself, I left that untouched. |
|
Bedankt voor het oppakken van de vertaling, @ThijsBaan! 🙏 Ik heb dat restant afgemaakt in #70, dat voortbouwt op deze PR en de overgebleven stukken vertaalt:
Closing in favor of #70. |
* feat: translate Dutch text to English in UI and error messages * feat: update Dutch translations in RelTimePipe for consistency * feat: translate remaining Dutch UI, errors and console output to English Completes PR #68 by translating the parts it missed: the Aikido extension frontend (component.js + index.html), Aikido backend and MCP tool descriptions (index.js, aikido-mcp-server.js), and remaining Dutch error/console strings in the gateway (api.ts, auth.ts, dns-egress.ts, extensions/loader.ts). Code comments are intentionally left in Dutch, consistent with #68. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Thijs Baan <thijs.baan@infosupport.com> Co-authored-by: ThijsBaan <36266364+ThijsBaan@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Translates all Dutch UI strings and error messages to English across the gateway extensions and frontend components.
Changes
This ensures consistent English language usage throughout the application.