We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6971e58 commit 0fbddccCopy full SHA for 0fbddcc
modinfo.lua
@@ -1,7 +1,7 @@
1
name = "Item Meta"
2
description = "Displays extra metadata in item tooltips."
3
author = "gimmeh"
4
-version = "0.2.2"
+version = "0.2.3"
5
forumthread = ""
6
api_version = 10
7
api_version_dst = 10
scripts/itemmeta/language/translations/zh.lua
@@ -1,8 +1,8 @@
return {
DAYS = "天",
HP = "生命值",
- IF_COOKED = "如果熟:",
- MINUTE = "分钟",
+ IF_COOKED = "如果烤熟:",
+ MINUTE = "分",
SECOND = "秒",
USES = "次",
8
}
scripts/itemmeta/language/translations/zht.lua
- MINUTE = "分鐘",
0 commit comments