Optimize Chinese Localization, Add Time Units, and Fix Italic Bug (#796)

* add time unit to language file

* Fixed a bug where the font following a blocktype name was incorrectly rendered in italics.

* Collected time unit abbreviations

* Update pom.xml

---------

Co-authored-by: Intelli <6790859+Intelli@users.noreply.github.com>
This commit is contained in:
Halogly 2025-09-10 00:13:41 +08:00 committed by GitHub
parent 8b3e37774a
commit abb0ece3e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 156 additions and 147 deletions

View file

@ -194,6 +194,7 @@ TIME_HOURS: "{0} {hour|hours}"
TIME_MINUTES: "{0} {minute|minutes}"
TIME_MONTHS: "{0} {month|months}"
TIME_SECONDS: "{0} {second|seconds}"
TIME_UNITS: "{/m|/h|/d}"
TIME_WEEKS: "{0} {week|weeks}"
TIME_YEARS: "{0} {year|years}"
UPDATE_ERROR: "An error occurred while checking for updates."