Commit Graph

2 Commits

Author SHA1 Message Date
edisondeng
81ebf7e302 feat(i18n): add weekday abbreviation strings, remove static date text
Replaces the fixed placeholder STR_CLOCK_DATE ("VEN 10-07"/"FRI 10-07")
with 7 weekday abbreviation strings (FR/EN), ordered Sunday-Saturday to
align with current_weekday's 0-6 convention for direct indexing
(STR_WEEKDAY_SUN + current_weekday).
2026-07-31 19:35:21 +08:00
edisondeng
a7a2cc9465 暂存 2026-07-31 13:57:06 +08:00