forked from zhdev/griefus
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:
parent
8b3e37774a
commit
abb0ece3e5
7 changed files with 156 additions and 147 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue