From 186ac74c1feb64bce27868ae75b0fa651b024ba2 Mon Sep 17 00:00:00 2001 From: XiaoBa <94062266+XiaoBa-Yu@users.noreply.github.com> Date: Fri, 20 Jun 2025 19:54:43 +0800 Subject: [PATCH] fix: update auto translations for days of the week(#21279) (#21287) Co-authored-by: Xiaoba Yu --- web/i18n/zh-Hant/time.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/web/i18n/zh-Hant/time.ts b/web/i18n/zh-Hant/time.ts index 3be2511fc..ddb402c42 100644 --- a/web/i18n/zh-Hant/time.ts +++ b/web/i18n/zh-Hant/time.ts @@ -1,12 +1,12 @@ const translation = { daysInWeek: { - Tue: '星期二', - Wed: '星期三', - Fri: '自由', - Mon: '懷念', - Sun: '太陽', - Sat: '星期六', - Thu: '星期四', + Sun: '日', + Mon: '一', + Tue: '二', + Wed: '三', + Thu: '四', + Fri: '五', + Sat: '六', }, months: { January: '一月',