Skip to content

Commit 0fbddcc

Browse files
committed
fix: more Chinese translation improvements
Closes #2
1 parent 6971e58 commit 0fbddcc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

modinfo.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Item Meta"
22
description = "Displays extra metadata in item tooltips."
33
author = "gimmeh"
4-
version = "0.2.2"
4+
version = "0.2.3"
55
forumthread = ""
66
api_version = 10
77
api_version_dst = 10
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
return {
22
DAYS = "天",
33
HP = "生命值",
4-
IF_COOKED = "如果熟:",
5-
MINUTE = "分钟",
4+
IF_COOKED = "如果烤熟:",
5+
MINUTE = "",
66
SECOND = "秒",
77
USES = "次",
88
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
return {
22
DAYS = "天",
33
HP = "生命值",
4-
IF_COOKED = "如果熟:",
5-
MINUTE = "分鐘",
4+
IF_COOKED = "如果烤熟:",
5+
MINUTE = "",
66
SECOND = "秒",
77
USES = "次",
88
}

0 commit comments

Comments
 (0)