From 4b57971d33e63552f35dc4325be0d974307b3bcc Mon Sep 17 00:00:00 2001 From: anomixer Date: Mon, 6 Jul 2026 00:00:16 +0800 Subject: [PATCH] feat(i18n): support Traditional Chinese (zh-tw) for console, logs and docs --- README.md | 2 +- channel/web/chat.html | 13 +- channel/web/static/js/console.js | 355 +++++++++++++++++++++++++++++-- channel/web/web_channel.py | 64 +++++- common/i18n.py | 75 ++++++- docs/zh/README-tw.md | 286 +++++++++++++++++++++++++ docs/zh/README.md | 2 +- requirements.txt | 4 + 8 files changed, 774 insertions(+), 27 deletions(-) create mode 100644 docs/zh/README-tw.md diff --git a/README.md b/README.md index b19f3b17..11ed8df9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@

- [English] | [中文] | [日本語] + [English] | [中文] | [繁體中文] | [日本語]

**CowAgent** is an open-source super AI assistant that proactively plans tasks, controls your computer and external services, creates and runs Skills, builds a personal knowledge base and long-term memory, and grows alongside you through self-evolution — a reference implementation of Agent Harness engineering. diff --git a/channel/web/chat.html b/channel/web/chat.html index 964c95be..c6012bc9 100644 --- a/channel/web/chat.html +++ b/channel/web/chat.html @@ -47,12 +47,13 @@ This runs synchronously in so the correct class is on before any CSS or body rendering occurs. -->