From 8dca21f8bbe4e2394ac2bc06f49a03d821fbb764 Mon Sep 17 00:00:00 2001 From: neatguycoding <15627489+NeatGuyCoding@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:45:26 +0800 Subject: [PATCH] bug: fix some translations missing and errors. #21193 --- web/i18n/zh-Hant/app-log.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/i18n/zh-Hant/app-log.ts b/web/i18n/zh-Hant/app-log.ts index fcedbbe53d..0d3a499fe1 100644 --- a/web/i18n/zh-Hant/app-log.ts +++ b/web/i18n/zh-Hant/app-log.ts @@ -71,7 +71,7 @@ const translation = { annotated: '已標註改進({{count}} 項)', not_annotated: '未標註', }, - sortBy: '排序方式:', + sortBy: '排序:', descending: '降序', ascending: '升序', },