From 55f07d971a79898a5e49fc37e0e405eda9c4a8b4 Mon Sep 17 00:00:00 2001 From: Simon <10131203+gaomeng1900@users.noreply.github.com> Date: Wed, 22 Oct 2025 22:41:48 +0800 Subject: [PATCH] docs: update i18n status in ROADMAP --- ROADMAP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index ae1b60d..12d702f 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -31,9 +31,9 @@ The development progress and future plans for PageAgent. - [ ] **Black/white-list safeguard** - [ ] **Data-masking** - [ ] **Optimize for popular UI frameworks** -- [ ] **i18n of the website** +- [x] **i18n of the website** - [x] Chinese version - - [ ] English version + - [x] English version - [ ] **Testing suits** - [ ] **Support custom llm fetch** - [ ] **Refactor: Separate `Agent` and `Page-Controller`**