From a6c975f92cbd061bf1850e1bb0bad99c53ea00ec Mon Sep 17 00:00:00 2001 From: anomixer Date: Wed, 8 Jul 2026 01:51:36 +0800 Subject: [PATCH] refactor(i18n): reply to upstream's #2935 feedback --- README.md | 2 +- channel/web/chat.html | 6 +- channel/web/static/js/console.js | 72 ++++++++++++++++++------ channel/web/web_channel.py | 61 ++++++++++---------- common/i18n.py | 34 +++++++++-- docs/zh/{README-tw.md => README-Hant.md} | 0 docs/zh/README.md | 2 +- requirements-optional.txt | 4 ++ requirements.txt | 4 -- 9 files changed, 124 insertions(+), 61 deletions(-) rename docs/zh/{README-tw.md => README-Hant.md} (100%) diff --git a/README.md b/README.md index 11ed8df9..55bef94a 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 c6012bc9..499f1e66 100644 --- a/channel/web/chat.html +++ b/channel/web/chat.html @@ -47,13 +47,15 @@ This runs synchronously in so the correct class is on before any CSS or body rendering occurs. -->