From 5a222a81274a1e2373f3819866473c3b29402a1e Mon Sep 17 00:00:00 2001 From: PJ568 Date: Thu, 7 Sep 2023 17:21:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20TODO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- README_EN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index afa7f8af..50c36ec3 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ ## ✅待完成 * [ ] 适配搜索栏,使其能够正常使用。 -* [ ] 多语言支持。 +* [X] ~~多语言支持。~~ * [X] ~~构建`关于`页面;~~ * [ ] 做到能够查询所有项目的许可证和信息。 * [X] ~~构建`留言反馈`页面,做到无后端。~~ diff --git a/README_EN.md b/README_EN.md index 95a7e141..9f2391eb 100644 --- a/README_EN.md +++ b/README_EN.md @@ -36,7 +36,7 @@ ## ✅To Do List * [ ] Fix Search, make it functional. -* [ ] Multilingual support. +* [X] ~~Multilingual support.~~ * [X] ~~Build `about` page.~~ * [ ] Make it be able to query license and info for all projects. * [X] ~~Build `comment` page, make it without back end.~~